| Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| index 54c095a6f83bb2e0e4f671122d77701c65cd2137..c56eb674d55bc602fbdb075dc2e59a0a449c2a4e 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| @@ -50,9 +50,6 @@ class AppLauncherHandler : public WebUIMessageHandler,
|
| ExtensionService* service,
|
| base::DictionaryValue* value);
|
|
|
| - // Callback for pings related to launching apps on the NTP.
|
| - static bool HandlePing(Profile* profile, const std::string& path);
|
| -
|
| // WebUIMessageHandler implementation.
|
| virtual WebUIMessageHandler* Attach(WebUI* web_ui) OVERRIDE;
|
| virtual void RegisterMessages() OVERRIDE;
|
| @@ -131,8 +128,7 @@ class AppLauncherHandler : public WebUIMessageHandler,
|
|
|
| // Records an app launch in the corresponding |bucket| of the app launch
|
| // histogram. |promo_active| specifies if the web store promotion was active.
|
| - static void RecordAppLaunchByID(bool promo_active,
|
| - extension_misc::AppLaunchBucket bucket);
|
| + static void RecordAppLaunchByID(extension_misc::AppLaunchBucket bucket);
|
|
|
| // Records an app launch in the corresponding |bucket| of the app launch
|
| // histogram if the |escaped_url| corresponds to an installed app.
|
| @@ -189,9 +185,6 @@ class AppLauncherHandler : public WebUIMessageHandler,
|
| // The id of the extension we are prompting the user about.
|
| std::string extension_id_prompting_;
|
|
|
| - // Whether the promo is currently being shown.
|
| - bool promo_active_;
|
| -
|
| // When true, we ignore changes to the underlying data rather than immediately
|
| // refreshing. This is useful when making many batch updates to avoid flicker.
|
| bool ignore_changes_;
|
|
|