| 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 3fdf088ae46fb20b58a86eb32d5da51a026f816d..c2096d3fc56f5c2e340ebed9060caf18d51b09bc 100644
|
| --- a/chrome/browser/extensions/api/runtime/runtime_api.h
|
| +++ b/chrome/browser/extensions/api/runtime/runtime_api.h
|
| @@ -18,7 +18,7 @@ class RuntimeEventRouter {
|
| public:
|
| // Dispatches the onInstalled event to the given extension.
|
| static void DispatchOnInstalledEvent(Profile* profile,
|
| - const Extension* extension);
|
| + const std::string& extension_id);
|
| };
|
|
|
| class RuntimeGetBackgroundPageFunction : public AsyncExtensionFunction {
|
|
|