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

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

Issue 2237943002: Remove now-unnecessary .obj() in Java method calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@switch-context
Patch Set: Rebase *again* :( 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
« no previous file with comments | « chrome/browser/android/large_icon_bridge.cc ('k') | chrome/browser/android/logo_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/location_settings_impl.cc
diff --git a/chrome/browser/android/location_settings_impl.cc b/chrome/browser/android/location_settings_impl.cc
index 7079a4b187ba21e1a974b0346c937b39d395b6b7..9da10a1b624368c3967635d2ece2772a9651cefb 100644
--- a/chrome/browser/android/location_settings_impl.cc
+++ b/chrome/browser/android/location_settings_impl.cc
@@ -18,5 +18,5 @@ bool LocationSettingsImpl::CanSitesRequestLocationPermission(
content::WebContents* web_contents) {
JNIEnv* env = AttachCurrentThread();
return Java_LocationSettings_canSitesRequestLocationPermission(
- env, web_contents->GetJavaWebContents().obj());
+ env, web_contents->GetJavaWebContents());
}
« no previous file with comments | « chrome/browser/android/large_icon_bridge.cc ('k') | chrome/browser/android/logo_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698