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

Unified Diff: chrome/browser/android/mojo/chrome_interface_registrar_android.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
Index: chrome/browser/android/mojo/chrome_interface_registrar_android.cc
diff --git a/chrome/browser/android/mojo/chrome_interface_registrar_android.cc b/chrome/browser/android/mojo/chrome_interface_registrar_android.cc
index 268682707c35b04dec49b5b923a655b007d69edf..f0cc1dcc1b913df128df9d0360da487952359bfc 100644
--- a/chrome/browser/android/mojo/chrome_interface_registrar_android.cc
+++ b/chrome/browser/android/mojo/chrome_interface_registrar_android.cc
@@ -24,6 +24,6 @@ void ChromeInterfaceRegistrarAndroid::ExposeInterfacesToFrame(
Java_ChromeInterfaceRegistrar_exposeInterfacesToFrame(
base::android::AttachCurrentThread(),
- content::InterfaceRegistryAndroid::Create(registry)->GetObj().obj(),
- web_contents->GetJavaWebContents().obj());
+ content::InterfaceRegistryAndroid::Create(registry)->GetObj(),
+ web_contents->GetJavaWebContents());
}
« no previous file with comments | « chrome/browser/android/logo_bridge.cc ('k') | chrome/browser/android/net/external_estimate_provider_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698