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

Unified Diff: chrome/browser/android/webapps/webapp_metrics.h

Issue 989523003: Add metrics for tracking how Chrome handled shortcut launches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renaming Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/android/metrics/launch_metrics.cc ('k') | chrome/browser/android/webapps/webapp_metrics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/webapps/webapp_metrics.h
diff --git a/chrome/browser/android/webapps/webapp_metrics.h b/chrome/browser/android/webapps/webapp_metrics.h
deleted file mode 100644
index 9a0c0c466fae5cc533ba9a8f7134ccff62e9aa9f..0000000000000000000000000000000000000000
--- a/chrome/browser/android/webapps/webapp_metrics.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (c) 2015 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.
-
-#ifndef CHROME_BROWSER_ANDROID_WEBAPPS_WEBAPP_METRICS_H_
-#define CHROME_BROWSER_ANDROID_WEBAPPS_WEBAPP_METRICS_H_
-
-#include "base/android/jni_android.h"
-
-namespace webapps {
-
-// Allows logging of WebappActivity-specific metrics.
-class WebappMetrics {
- public:
- static bool Register(JNIEnv* env);
-};
-
-} // namespace webapps
-
-#endif // CHROME_BROWSER_ANDROID_WEBAPPS_WEBAPP_METRICS_H_
« no previous file with comments | « chrome/browser/android/metrics/launch_metrics.cc ('k') | chrome/browser/android/webapps/webapp_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698