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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc

Issue 2160833002: Adds WmShell::RecordTaskSwitchMetric() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 5 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 | « ash/wm/window_cycle_controller.cc ('k') | chrome/browser/ui/ash/metrics/chrome_user_metrics_recorder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
index 4c2eef8920ac457c11ade702b8e6514de45922cc..07611d07f33361451b72f9180c418a91364c877d 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
@@ -111,7 +111,7 @@ void AppListControllerDelegateAsh::ActivateApp(
ash::Shell::GetInstance()
->metrics()
->task_switch_metrics_recorder()
- .OnTaskSwitch(ash::TaskSwitchMetricsRecorder::APP_LIST);
+ .OnTaskSwitch(ash::TaskSwitchSource::APP_LIST);
}
// Platform apps treat activations as a launch. The app can decide whether to
« no previous file with comments | « ash/wm/window_cycle_controller.cc ('k') | chrome/browser/ui/ash/metrics/chrome_user_metrics_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698