Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1386)

Unified Diff: chrome/browser/extensions/extension_action_manager.h

Issue 482993003: Move logic to clear ExtensionAction values to ExtensionActionAPI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Latest master for CQ Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_action_manager.h
diff --git a/chrome/browser/extensions/extension_action_manager.h b/chrome/browser/extensions/extension_action_manager.h
index 63069a9fd4b7fd2c8501038eba476f3c172d1d8d..89733977fd27503e6150dfd6895d39a1851d2f6f 100644
--- a/chrome/browser/extensions/extension_action_manager.h
+++ b/chrome/browser/extensions/extension_action_manager.h
@@ -31,7 +31,7 @@ class ExtensionActionManager : public KeyedService,
// Returns this profile's ExtensionActionManager. One instance is
// shared between a profile and its incognito version.
- static ExtensionActionManager* Get(Profile* profile);
+ static ExtensionActionManager* Get(content::BrowserContext* browser_context);
// Retrieves the page action, or browser action for |extension|.
// If the result is not NULL, it remains valid until the extension is

Powered by Google App Engine
This is Rietveld 408576698