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

Unified Diff: ash/common/metrics/task_switch_source.h

Issue 2390793002: Removed Ash.AppList.TimeBetweenTaskSwitches and Ash.Tab.TimeBetweenSwitchToExistingTabUserActions h… (Closed)
Patch Set: Fixed up ash_unittests. Created 4 years, 2 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 | « no previous file | ash/metrics/task_switch_metrics_recorder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/metrics/task_switch_source.h
diff --git a/ash/common/metrics/task_switch_source.h b/ash/common/metrics/task_switch_source.h
index c67653fbdb9c2fb27028505b90d0a6dff58b572e..6b1bf0e1f1b255450c1362110594f3b891372d4e 100644
--- a/ash/common/metrics/task_switch_source.h
+++ b/ash/common/metrics/task_switch_source.h
@@ -13,8 +13,6 @@ enum class TaskSwitchSource {
// Task switches caused by any two sources in this enum. NOTE: This value
// should NOT be used outside of TaskSwitchMetricsRecorder.
ANY,
- // Task switches from selecting items in the app list.
- APP_LIST,
// Task switches caused by the user activating a task window by clicking or
// tapping on it.
DESKTOP,
@@ -23,8 +21,6 @@ enum class TaskSwitchSource {
OVERVIEW_MODE,
// All task switches caused by shelf buttons, not including sub-menus.
SHELF,
- // All task switches caused by the tab strip.
- TAB_STRIP,
// Task switches caused by the WindowCycleController (ie Alt+Tab).
WINDOW_CYCLE_CONTROLLER
};
« no previous file with comments | « no previous file | ash/metrics/task_switch_metrics_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698