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

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

Issue 1538573004: Expose a Java API for base/feature_list.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
Index: chrome/browser/android/chrome_feature_list.h
diff --git a/chrome/browser/android/rlz/revenue_stats.h b/chrome/browser/android/chrome_feature_list.h
similarity index 56%
copy from chrome/browser/android/rlz/revenue_stats.h
copy to chrome/browser/android/chrome_feature_list.h
index 80fe681c7cb8e228c1d22f3217c585a5066949d5..32e5e6d56659a5c0bdfacdd72ede9626ceb61684 100644
--- a/chrome/browser/android/rlz/revenue_stats.h
+++ b/chrome/browser/android/chrome_feature_list.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_ANDROID_RLZ_REVENUE_STATS_H_
-#define CHROME_BROWSER_ANDROID_RLZ_REVENUE_STATS_H_
+#ifndef CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_
+#define CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_
#include <jni.h>
namespace chrome {
namespace android {
-bool RegisterRevenueStats(JNIEnv* env);
+bool RegisterChromeFeatureListJni(JNIEnv* env);
} // namespace android
} // namespace chrome
-#endif // CHROME_BROWSER_ANDROID_RLZ_REVENUE_STATS_H_
+#endif // CHROME_BROWSER_ANDROID_CHROME_FEATURE_LIST_H_

Powered by Google App Engine
This is Rietveld 408576698