| 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
|
|
|