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

Unified Diff: base/android/build_info.h

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: base/android/build_info.h
diff --git a/base/android/build_info.h b/base/android/build_info.h
index 838d6f802ca8ee0e916d22767c39c5ed686c5650..16e7e9ca16e4842bd8841ffef5d5eda673839c9d 100644
--- a/base/android/build_info.h
+++ b/base/android/build_info.h
@@ -110,8 +110,6 @@ class BASE_EXPORT BuildInfo {
void ClearJavaExceptionInfo();
- static bool RegisterBindings(JNIEnv* env);
-
private:
friend struct BuildInfoSingletonTraits;

Powered by Google App Engine
This is Rietveld 408576698