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

Side by Side Diff: content/browser/web_contents/aura/uma_navigation_type.h

Issue 2986483002: Adding metrics logging for Simplified Gesture Navigation. (Closed)
Patch Set: Addressing feedback Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 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 namespace content {
6
7 // Note that this enum is used to back an UMA histogram, so it should be
8 // treated as append-only.
9 enum UmaNavigationType {
10 NAVIGATION_TYPE_NONE,
11 FORWARD_TOUCHPAD,
12 BACK_TOUCHPAD,
13 FORWARD_TOUCHSCREEN,
14 BACK_TOUCHSCREEN,
15 NAVIGATION_TYPE_COUNT,
16 };
17
18 } // namespace content
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698