| Index: chrome/browser/extensions/api/runtime/runtime_api.h
|
| diff --git a/chrome/browser/extensions/api/runtime/runtime_api.h b/chrome/browser/extensions/api/runtime/runtime_api.h
|
| index b917ba4aa57f5c84e8cc64d6052141f8e886c432..88849843c7fb53621645bcd1059c47c0b36599d2 100644
|
| --- a/chrome/browser/extensions/api/runtime/runtime_api.h
|
| +++ b/chrome/browser/extensions/api/runtime/runtime_api.h
|
| @@ -18,6 +18,10 @@ namespace base {
|
| class Version;
|
| }
|
|
|
| +namespace content {
|
| +class BrowserContext;
|
| +}
|
| +
|
| namespace extensions {
|
| class Extension;
|
| class ExtensionHost;
|
| @@ -25,7 +29,7 @@ class ExtensionHost;
|
| class RuntimeEventRouter {
|
| public:
|
| // Dispatches the onStartup event to all currently-loaded extensions.
|
| - static void DispatchOnStartupEvent(Profile* profile,
|
| + static void DispatchOnStartupEvent(content::BrowserContext* context,
|
| const std::string& extension_id);
|
|
|
| // Dispatches the onInstalled event to the given extension.
|
|
|