| Index: chrome/browser/extensions/webstore_installer.h
|
| diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h
|
| index c31c4c19ed7d515492ce649d1ccde1d2b0cbc071..d693c25816d69af7c6947d5b815db8f0b82882c3 100644
|
| --- a/chrome/browser/extensions/webstore_installer.h
|
| +++ b/chrome/browser/extensions/webstore_installer.h
|
| @@ -200,7 +200,8 @@ class WebstoreInstaller : public content::NotificationObserver,
|
|
|
| // ExtensionRegistryObserver.
|
| virtual void OnExtensionInstalled(content::BrowserContext* browser_context,
|
| - const Extension* extension) OVERRIDE;
|
| + const Extension* extension,
|
| + bool is_update) OVERRIDE;
|
|
|
| // Removes the reference to the delegate passed in the constructor. Used when
|
| // the delegate object must be deleted before this object.
|
|
|