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