Chromium Code Reviews| 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); |
|
Aaron Boodman
2012/09/18 00:19:03
Is it possible to send old Chrome version as well?
Matt Perry
2012/09/18 00:57:03
I thought about it, but decided against it, becaus
|
| }; |
| class RuntimeGetBackgroundPageFunction : public AsyncExtensionFunction { |