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

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: git cl format because it warns now 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..df3f574655ee4f31f10654934df82e1a2bc88b40 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();
}
@@ -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