Index: chrome/browser/ui/webui/ntp/new_tab_page_handler.h |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_page_handler.h b/chrome/browser/ui/webui/ntp/new_tab_page_handler.h |
index c487e1b8d6a39d4b39fa570f8413d8658d7687af..a2e8664653639778efeed26e8132bbf21a5ebc67 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_page_handler.h |
+++ b/chrome/browser/ui/webui/ntp/new_tab_page_handler.h |
@@ -57,12 +57,6 @@ class NewTabPageHandler : public content::WebUIMessageHandler, |
// Callback for "logTimeToClick". |
void HandleLogTimeToClick(const base::ListValue* args); |
- // Callback for the "getShouldShowApps" message. |
- void HandleGetShouldShowApps(const base::ListValue* args); |
- |
- // Callback from extensions::UpdateIsAppLauncherEnabled(). |
- void GotIsAppLauncherEnabled(bool is_enabled); |
- |
// Tracks the number of times the user has switches pages (for UMA). |
size_t page_switch_count_; |