diff options
Diffstat (limited to 'chrome/browser/dom_ui/app_launcher_handler.h')
| -rw-r--r-- | chrome/browser/dom_ui/app_launcher_handler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/dom_ui/app_launcher_handler.h b/chrome/browser/dom_ui/app_launcher_handler.h index c3ca622..5a3478e 100644 --- a/chrome/browser/dom_ui/app_launcher_handler.h +++ b/chrome/browser/dom_ui/app_launcher_handler.h @@ -42,7 +42,7 @@ class AppLauncherHandler const NotificationDetails& details); // Populate a dictionary with the information from an extension. - static void CreateAppInfo(Extension* extension, + static void CreateAppInfo(const Extension* extension, ExtensionPrefs* extension_prefs, DictionaryValue* value); @@ -75,7 +75,7 @@ class AppLauncherHandler ExtensionInstallUI* GetExtensionInstallUI(); // Starts the animation of the app icon. - void AnimateAppIcon(Extension* extension, const gfx::Rect& rect); + void AnimateAppIcon(const Extension* extension, const gfx::Rect& rect); // The apps are represented in the extensions model. scoped_refptr<ExtensionsService> extensions_service_; |
