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

Unified Diff: chrome/browser/android/location_settings_impl.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: chrome/browser/android/location_settings_impl.h
diff --git a/chrome/browser/android/location_settings_impl.h b/chrome/browser/android/location_settings_impl.h
index 83919127e880b2589a5e898572efabf39351903d..581829f2f53accedadf6e6983d44b71307c7dd25 100644
--- a/chrome/browser/android/location_settings_impl.h
+++ b/chrome/browser/android/location_settings_impl.h
@@ -17,8 +17,6 @@ class LocationSettingsImpl : public LocationSettings {
LocationSettingsImpl();
~LocationSettingsImpl() override;
- static bool Register(JNIEnv* env);
-
// LocationSettings implementation:
bool CanSitesRequestLocationPermission(
content::WebContents* web_contents) override;

Powered by Google App Engine
This is Rietveld 408576698