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

Unified Diff: components/variations/android/variations_seed_bridge.cc

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android: Don't require RegisterNatives if there are none Created 4 years, 4 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
Index: components/variations/android/variations_seed_bridge.cc
diff --git a/components/variations/android/variations_seed_bridge.cc b/components/variations/android/variations_seed_bridge.cc
index 5c2788bb7cd129f0a28bdf626542173febc662d8..6ad414c2f528ebc2754dfc2f2e8ccb7fb130edaa 100644
--- a/components/variations/android/variations_seed_bridge.cc
+++ b/components/variations/android/variations_seed_bridge.cc
@@ -43,10 +43,6 @@ ScopedJavaLocalRef<jbyteArray> StringToJavaByteArray(
namespace variations {
namespace android {
-bool RegisterVariationsSeedBridge(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
void GetVariationsFirstRunSeed(std::string* seed_data,
std::string* seed_signature,
std::string* seed_country,

Powered by Google App Engine
This is Rietveld 408576698