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

Unified Diff: net/android/network_library.h

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: net/android/network_library.h
diff --git a/net/android/network_library.h b/net/android/network_library.h
index 136e2cd699551c2b886b822946045ac371f6fe36..7e1c8000fd58a197357d05d26441aa23333ac099 100644
--- a/net/android/network_library.h
+++ b/net/android/network_library.h
@@ -81,9 +81,6 @@ NET_EXPORT bool GetIsRoaming();
// Otherwise, returns empty string.
NET_EXPORT_PRIVATE std::string GetWifiSSID();
-// Register JNI methods
-NET_EXPORT bool RegisterNetworkLibrary(JNIEnv* env);
-
} // namespace android
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698