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

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

Issue 143683004: Add UMA to track app launcher discoverability. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix official build 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 79daa07070cd78070fadb9fe87c108e8986d908b..e476d69f8235ea5ad1e56e81fea5a75df199d1a0 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 @@ void AppListServiceWin::Init(Profile* initial_profile) {
if (enable_app_list_on_next_init_) {
enable_app_list_on_next_init_ = false;
- EnableAppList(initial_profile);
+ EnableAppList(initial_profile, ENABLE_ON_REINSTALL);
CreateShortcut();
}
@@ -456,7 +456,7 @@ void AppListServiceWin::Init(Profile* initial_profile) {
chrome_launcher_support::UninstallLegacyAppLauncher(
chrome_launcher_support::USER_LEVEL_INSTALLATION);
}
- EnableAppList(initial_profile);
+ EnableAppList(initial_profile, ENABLE_ON_REINSTALL);
CreateShortcut();
}
#endif
@@ -464,8 +464,7 @@ void AppListServiceWin::Init(Profile* initial_profile) {
ScheduleWarmup();
MigrateAppLauncherEnabledPref();
- HandleCommandLineFlags(initial_profile);
- SendUsageStats();
+ PerformStartupChecks(initial_profile);
}
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