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

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

Issue 147533004: Remove unneeded JNI registrations. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix android webview build issues. Created 6 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
Index: chrome/browser/android/field_trial_helper.cc
diff --git a/chrome/browser/android/field_trial_helper.cc b/chrome/browser/android/field_trial_helper.cc
index b3be6d2233076fa422a51b4b827c87d05f89e7b2..795a6dd1e0c03a9ad9837eced49e03d0e6e85b0b 100644
--- a/chrome/browser/android/field_trial_helper.cc
+++ b/chrome/browser/android/field_trial_helper.cc
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/android/field_trial_helper.h"
-
#include <jni.h>
#include "base/android/jni_string.h"
@@ -21,13 +19,3 @@ static jstring GetFieldTrialFullName(JNIEnv* env,
env,
base::FieldTrialList::FindFullName(trial_name)).Release();
}
-
-namespace chrome {
-namespace android {
-
-bool RegisterFieldTrialHelper(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
-} // namespace android
-} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698