Skip to content

Commit

Permalink
Cleanup comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
goodov committed Mar 30, 2021
1 parent e8e1e44 commit a3620bd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ class PermissionLifetimeCombobox : public views::Combobox,
const auto& lifetime = lifetime_options_[GetSelectedIndex()].lifetime;
DLOG(INFO) << "Set permission lifetime "
<< (lifetime ? lifetime->InSeconds() : -1);
// TODO(https://github.com/brave/brave-browser/issues/14126): Set the
// lifetime for all current requests.
for (auto* request : delegate_->Requests()) {
request->SetLifetime(lifetime);
}
Expand Down

0 comments on commit a3620bd

Please sign in to comment.