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

Unified Diff: content/browser/web_contents/aura/uma_navigation_type.h

Issue 2986483002: Adding metrics logging for Simplified Gesture Navigation. (Closed)
Patch Set: Rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/web_contents/aura/types.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/aura/uma_navigation_type.h
diff --git a/content/browser/web_contents/aura/uma_navigation_type.h b/content/browser/web_contents/aura/uma_navigation_type.h
deleted file mode 100644
index 53294b9d9196368d311d334630d2ac2a872c6b81..0000000000000000000000000000000000000000
--- a/content/browser/web_contents/aura/uma_navigation_type.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-namespace content {
-
-// Note that this enum is used to back an UMA histogram, so it should be
-// treated as append-only.
-enum UmaNavigationType {
- NAVIGATION_TYPE_NONE,
- FORWARD_TOUCHPAD,
- BACK_TOUCHPAD,
- FORWARD_TOUCHSCREEN,
- BACK_TOUCHSCREEN,
- NAVIGATION_TYPE_COUNT,
-};
-
-} // namespace content
« no previous file with comments | « content/browser/web_contents/aura/types.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698