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

Unified Diff: chrome/browser/ui/views/app_list/win/app_list_service_win.cc

Issue 134303006: Revert of Add UMA to track app launcher discoverability. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/app_list/win/app_list_service_win.cc
diff --git a/chrome/browser/ui/views/app_list/win/app_list_service_win.cc b/chrome/browser/ui/views/app_list/win/app_list_service_win.cc
index df3f574655ee4f31f10654934df82e1a2bc88b40..79daa07070cd78070fadb9fe87c108e8986d908b 100644
--- a/chrome/browser/ui/views/app_list/win/app_list_service_win.cc
+++ b/chrome/browser/ui/views/app_list/win/app_list_service_win.cc
@@ -425,7 +425,7 @@
if (enable_app_list_on_next_init_) {
enable_app_list_on_next_init_ = false;
- EnableAppList(initial_profile, ENABLE_ON_REINSTALL);
+ EnableAppList(initial_profile);
CreateShortcut();
}
@@ -464,7 +464,8 @@
ScheduleWarmup();
MigrateAppLauncherEnabledPref();
- PerformStartupChecks(initial_profile);
+ HandleCommandLineFlags(initial_profile);
+ SendUsageStats();
}
void AppListServiceWin::CreateForProfile(Profile* profile) {
« no previous file with comments | « chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698