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

Side by Side Diff: ash/common/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
« no previous file with comments | « ash/common/metrics/OWNERS ('k') | ash/common/metrics/pointer_metrics_recorder.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #ifndef ASH_COMMON_METRICS_GESTURE_ACTION_TYPE_H_
6 #define ASH_COMMON_METRICS_GESTURE_ACTION_TYPE_H_
7
8 namespace ash {
9
10 enum GestureActionType {
11 GESTURE_UNKNOWN,
12 GESTURE_OMNIBOX_PINCH,
13 GESTURE_OMNIBOX_SCROLL,
14 GESTURE_TABSTRIP_PINCH,
15 GESTURE_TABSTRIP_SCROLL,
16 GESTURE_BEZEL_SCROLL,
17 GESTURE_DESKTOP_SCROLL,
18 GESTURE_DESKTOP_PINCH,
19 GESTURE_WEBPAGE_PINCH,
20 GESTURE_WEBPAGE_SCROLL,
21 GESTURE_WEBPAGE_TAP,
22 GESTURE_TABSTRIP_TAP,
23 GESTURE_BEZEL_DOWN,
24 GESTURE_TABSWITCH_TAP,
25 GESTURE_TABNOSWITCH_TAP,
26 GESTURE_TABCLOSE_TAP,
27 GESTURE_NEWTAB_TAP,
28 GESTURE_ROOTVIEWTOP_TAP,
29 GESTURE_FRAMEMAXIMIZE_TAP,
30 GESTURE_FRAMEVIEW_TAP,
31 GESTURE_MAXIMIZE_DOUBLETAP,
32 // NOTE: Add new action types only immediately above this line. Also,
33 // make sure the enum list in tools/histogram/histograms.xml is
34 // updated with any change in here.
35 GESTURE_ACTION_COUNT
36 };
37
38 } // namespace ash
39
40 #endif // ASH_COMMON_METRICS_GESTURE_ACTION_TYPE_H_
OLDNEW
« no previous file with comments | « ash/common/metrics/OWNERS ('k') | ash/common/metrics/pointer_metrics_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698