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

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

Issue 79573003: Upstreaming AppMenu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Actually add tvdpi Created 7 years, 1 month 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/chrome_jni_registrar.cc ('k') | chrome/browser/android/uma_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/uma_bridge.h
diff --git a/chrome/browser/android/field_trial_helper.h b/chrome/browser/android/uma_bridge.h
similarity index 55%
copy from chrome/browser/android/field_trial_helper.h
copy to chrome/browser/android/uma_bridge.h
index 6f92ac00f6259e1b3368db52764e2faee38e89be..c68c841b8b5d6160f42da160ff8922349854c525 100644
--- a/chrome/browser/android/field_trial_helper.h
+++ b/chrome/browser/android/uma_bridge.h
@@ -2,17 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_ANDROID_FIELD_TRIAL_HELPER_H_
-#define CHROME_BROWSER_ANDROID_FIELD_TRIAL_HELPER_H_
+#ifndef CHROME_BROWSER_ANDROID_UMA_BRIDGE_H_
+#define CHROME_BROWSER_ANDROID_UMA_BRIDGE_H_
#include <jni.h>
namespace chrome {
namespace android {
-bool RegisterFieldTrialHelper(JNIEnv* env);
+// Registers the native methods through jni
+bool RegisterUmaBridge(JNIEnv* env);
} // namespace android
} // namespace chrome
-#endif // CHROME_BROWSER_ANDROID_FIELD_TRIAL_HELPER_H_
+#endif // CHROME_BROWSER_ANDROID_UMA_BRIDGE_H_
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/browser/android/uma_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698