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

Unified Diff: chrome/browser/ui/views/touch_uma/touch_uma.cc

Issue 16832003: Add UMA metrics to measure the effectiveness of views fuzzing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for landing Created 7 years, 6 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 | « chrome/browser/ui/views/touch_uma/touch_uma.h ('k') | chrome/browser/ui/views/touch_uma/touch_uma_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/touch_uma/touch_uma.cc
diff --git a/chrome/test/perf/run_all_perfuitests.cc b/chrome/browser/ui/views/touch_uma/touch_uma.cc
similarity index 57%
copy from chrome/test/perf/run_all_perfuitests.cc
copy to chrome/browser/ui/views/touch_uma/touch_uma.cc
index 7ec1c00094356e8480b7a737413589c840dc3a76..6d635a7882f578e10c35608005ee7e0c4bf15668 100644
--- a/chrome/test/perf/run_all_perfuitests.cc
+++ b/chrome/browser/ui/views/touch_uma/touch_uma.cc
@@ -2,9 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/test/perf/perf_ui_test_suite.h"
+#include "chrome/browser/ui/views/touch_uma/touch_uma.h"
-int main(int argc, char **argv) {
- return PerfUITestSuite(argc, argv).Run();
+// static
+void TouchUMA::RecordGestureAction(GestureActionType action) {
}
-
« no previous file with comments | « chrome/browser/ui/views/touch_uma/touch_uma.h ('k') | chrome/browser/ui/views/touch_uma/touch_uma_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698