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

Unified Diff: chrome/browser/ui/app_list/app_list_service_disabled.cc

Issue 143683004: Add UMA to track app launcher discoverability. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 6 years, 10 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/app_list/app_list_service_disabled.cc
diff --git a/chrome/browser/ui/app_list/app_list_service_disabled.cc b/chrome/browser/ui/app_list/app_list_service_disabled.cc
index 2d02e52f0ab7f5a99e393ef78756da92431ea0cb..e16633cd150c7d514c2a596476f4e1402981e1e3 100644
--- a/chrome/browser/ui/app_list/app_list_service_disabled.cc
+++ b/chrome/browser/ui/app_list/app_list_service_disabled.cc
@@ -34,12 +34,13 @@ class AppListServiceDisabled : public AppListService {
virtual void Show() OVERRIDE {}
virtual void CreateForProfile(Profile* profile) OVERRIDE {}
virtual void ShowForProfile(Profile* profile) OVERRIDE {}
+ virtual void AutoShowForProfile(Profile* profile) OVERRIDE {}
virtual void DismissAppList() OVERRIDE {}
virtual Profile* GetCurrentAppListProfile() OVERRIDE { return NULL; }
virtual bool IsAppListVisible() const OVERRIDE { return false; }
- virtual void EnableAppList(Profile* initial_profile) OVERRIDE {}
-
+ virtual void EnableAppList(Profile* initial_profile,
+ AppListEnableSource enale_source) OVERRIDE {}
tapted 2014/02/10 02:54:29 whoops - fixed typo.
virtual AppListControllerDelegate* GetControllerDelegate() OVERRIDE {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698