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

Side by Side Diff: ash/metrics/gesture_action_type.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_COMMON_METRICS_GESTURE_ACTION_TYPE_H_ 5 #ifndef ASH_METRICS_GESTURE_ACTION_TYPE_H_
6 #define ASH_COMMON_METRICS_GESTURE_ACTION_TYPE_H_ 6 #define ASH_METRICS_GESTURE_ACTION_TYPE_H_
7 7
8 namespace ash { 8 namespace ash {
9 9
10 enum GestureActionType { 10 enum GestureActionType {
11 GESTURE_UNKNOWN, 11 GESTURE_UNKNOWN,
12 GESTURE_OMNIBOX_PINCH, 12 GESTURE_OMNIBOX_PINCH,
13 GESTURE_OMNIBOX_SCROLL, 13 GESTURE_OMNIBOX_SCROLL,
14 GESTURE_TABSTRIP_PINCH, 14 GESTURE_TABSTRIP_PINCH,
15 GESTURE_TABSTRIP_SCROLL, 15 GESTURE_TABSTRIP_SCROLL,
16 GESTURE_BEZEL_SCROLL, 16 GESTURE_BEZEL_SCROLL,
(...skipping 13 matching lines...) Expand all
30 GESTURE_FRAMEVIEW_TAP, 30 GESTURE_FRAMEVIEW_TAP,
31 GESTURE_MAXIMIZE_DOUBLETAP, 31 GESTURE_MAXIMIZE_DOUBLETAP,
32 // NOTE: Add new action types only immediately above this line. Also, 32 // NOTE: Add new action types only immediately above this line. Also,
33 // make sure the enum list in tools/histogram/histograms.xml is 33 // make sure the enum list in tools/histogram/histograms.xml is
34 // updated with any change in here. 34 // updated with any change in here.
35 GESTURE_ACTION_COUNT 35 GESTURE_ACTION_COUNT
36 }; 36 };
37 37
38 } // namespace ash 38 } // namespace ash
39 39
40 #endif // ASH_COMMON_METRICS_GESTURE_ACTION_TYPE_H_ 40 #endif // ASH_METRICS_GESTURE_ACTION_TYPE_H_
OLDNEW
« no previous file with comments | « ash/metrics/desktop_task_switch_metric_recorder_unittest.cc ('k') | ash/metrics/pointer_metrics_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698