Commit 5fafea43 authored by Maksim Moskvitin's avatar Maksim Moskvitin Committed by Chromium LUCI CQ

[CodeHealth] Convert c/b/e/api/extension_action to use modern callback

Bug: 1152279
Change-Id: I4e06d84d7687a7083025c08f2d235e71d2fba259
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642453Reviewed-by: default avatarDavid Bertoni <dbertoni@chromium.org>
Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com>
Cr-Commit-Position: refs/heads/master@{#845997}
parent e8d1f9cb
...@@ -104,7 +104,7 @@ class PopupHostWatcher : public content::NotificationObserver { ...@@ -104,7 +104,7 @@ class PopupHostWatcher : public content::NotificationObserver {
private: private:
content::NotificationRegistrar registrar_; content::NotificationRegistrar registrar_;
base::Closure quit_closure_; base::RepeatingClosure quit_closure_;
int created_ = 0; int created_ = 0;
int destroyed_ = 0; int destroyed_ = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment