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

Unified Diff: chrome/browser/android/uma_bridge.cc

Issue 615213003: Upstream NFC beam URL sharing code and add it to ChromeShell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated sync shell manifest Created 6 years, 3 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/android/sync_shell/java/AndroidManifest.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/uma_bridge.cc
diff --git a/chrome/browser/android/uma_bridge.cc b/chrome/browser/android/uma_bridge.cc
index ab345bb45aa64e4590c6c4dc21b6337c1a9c8ba8..4b2406ef1cba889e4876380f8bcf5c709243d6cd 100644
--- a/chrome/browser/android/uma_bridge.cc
+++ b/chrome/browser/android/uma_bridge.cc
@@ -36,6 +36,15 @@ static void RecordUsingMenu(JNIEnv*,
}
}
+// Android Beam
+static void RecordBeamCallbackSuccess(JNIEnv*, jclass) {
+ RecordAction(UserMetricsAction("MobileBeamCallbackSuccess"));
+}
+
+static void RecordBeamInvalidAppState(JNIEnv*, jclass) {
+ RecordAction(UserMetricsAction("MobileBeamInvalidAppState"));
+}
+
namespace chrome {
namespace android {
« no previous file with comments | « chrome/android/sync_shell/java/AndroidManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698