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

Unified Diff: blimp/client/core/contents/android/blimp_contents_observer_proxy.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: blimp/client/core/contents/android/blimp_contents_observer_proxy.cc
diff --git a/blimp/client/core/contents/android/blimp_contents_observer_proxy.cc b/blimp/client/core/contents/android/blimp_contents_observer_proxy.cc
index e53c09fb7eedc39500d576347296653c8305735e..1e57b3c5fcc87fd79d1eb0d2c51c0aee2fe77adf 100644
--- a/blimp/client/core/contents/android/blimp_contents_observer_proxy.cc
+++ b/blimp/client/core/contents/android/blimp_contents_observer_proxy.cc
@@ -49,8 +49,7 @@ void BlimpContentsObserverProxy::Destroy(
void BlimpContentsObserverProxy::OnNavigationStateChanged() {
JNIEnv* env = base::android::AttachCurrentThread();
- Java_BlimpContentsObserverProxy_onNavigationStateChanged(env,
- java_obj_.obj());
+ Java_BlimpContentsObserverProxy_onNavigationStateChanged(env, java_obj_);
}
} // namespace client

Powered by Google App Engine
This is Rietveld 408576698