Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / search / hotword_service.h
index ece6eba..457319e 100644 (file)
@@ -50,10 +50,12 @@ class HotwordService : public content::NotificationObserver,
   // Overridden from ExtensionRegisterObserver:
   virtual void OnExtensionInstalled(
       content::BrowserContext* browser_context,
-      const extensions::Extension* extension) OVERRIDE;
+      const extensions::Extension* extension,
+      bool is_update) OVERRIDE;
   virtual void OnExtensionUninstalled(
       content::BrowserContext* browser_context,
-      const extensions::Extension* extension) OVERRIDE;
+      const extensions::Extension* extension,
+      extensions::UninstallReason reason) OVERRIDE;
 
   // Checks for whether all the necessary files have downloaded to allow for
   // using the extension.