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

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

Issue 10827102: Delete dead AppsPromo code (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 years, 4 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
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 247e42feefe27873494f4a2a93bcddd8206f6c4f..3f8107c3b2f5c5c49c6bf24db117f99576126fd1 100644
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
@@ -84,9 +84,6 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
// Callback for the "setPageIndex" message.
void HandleSetPageIndex(const base::ListValue* args);
- // Callback for the "promoSeen" message.
- void HandlePromoSeen(const base::ListValue* args);
-
// Callback for the "saveAppPageName" message.
void HandleSaveAppPageName(const base::ListValue* args);
@@ -124,9 +121,8 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
// Reset some instance flags we use to track the currently uninstalling app.
void CleanupAfterUninstall();
- // Records a web store launch in the appropriate histograms. |promo_active|
- // specifies if the web store promotion was active.
- static void RecordWebStoreLaunch(bool promo_active);
+ // Records a web store launch in the appropriate histograms.
+ static void RecordWebStoreLaunch();
// Records an app launch in the corresponding |bucket| of the app launch
// histogram. |promo_active| specifies if the web store promotion was active.
@@ -157,9 +153,6 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
// needed.
ExtensionInstallPrompt* GetExtensionInstallPrompt();
- // Helper that uninstalls all the default apps.
- void UninstallDefaultApps();
-
// Continuation for installing a bookmark app after favicon lookup.
void OnFaviconForApp(FaviconService::Handle handle,
history::FaviconData data);
« no previous file with comments | « chrome/browser/resources/ntp4/page_list_view.js ('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