Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: chrome/browser/ui/webui/ntp/app_launcher_handler.h

Issue 2012993002: Remove the app launcher promo code Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/app_list/app_list_util.cc ('k') | chrome/browser/ui/webui/ntp/app_launcher_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f774923ee6cd7a488fad42e6e3de1096ae9e3cb7..d1988a226ff3630c2aa1cd32dc0f426ea8b5824d 100644
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
@@ -9,7 +9,6 @@
#include <set>
#include <string>
-#include "apps/metrics_names.h"
#include "base/macros.h"
#include "base/task/cancelable_task_tracker.h"
#include "chrome/browser/extensions/extension_uninstall_dialog.h"
@@ -131,12 +130,6 @@ class AppLauncherHandler
// page_index].
void HandleGenerateAppForLink(const base::ListValue* args);
- // Handles "stopShowingAppLauncherPromo" message with unused |args|.
- void HandleStopShowingAppLauncherPromo(const base::ListValue* args);
-
- // Handles "learnMore" message with unused |args|.
- void HandleOnLearnMore(const base::ListValue* args);
-
// Handles "pageSelected" message with |args| containing [page_index].
void HandlePageSelected(const base::ListValue* args);
@@ -177,8 +170,6 @@ class AppLauncherHandler
void OnExtensionPreferenceChanged();
- void OnLocalStatePreferenceChanged();
-
// Called when an app is removed (unloaded or uninstalled). Updates the UI.
void AppRemoved(const extensions::Extension* extension, bool is_uninstall);
« no previous file with comments | « chrome/browser/ui/app_list/app_list_util.cc ('k') | chrome/browser/ui/webui/ntp/app_launcher_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698