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

Unified Diff: chrome/browser/android/blimp/chrome_blimp_client_context_delegate_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/blimp/chrome_blimp_client_context_delegate_android.cc
diff --git a/chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.cc b/chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.cc
index 1c7f6a15ff7967b3cbbaec857abc021470300b05..c38dcccbd789b88eaf30a344b91ea0e833f90230 100644
--- a/chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.cc
+++ b/chrome/browser/android/blimp/chrome_blimp_client_context_delegate_android.cc
@@ -42,5 +42,5 @@ void ChromeBlimpClientContextDelegateAndroid::Destroy(
ChromeBlimpClientContextDelegateAndroid::
~ChromeBlimpClientContextDelegateAndroid() {
Java_ChromeBlimpClientContextDelegate_clearNativePtr(
- base::android::AttachCurrentThread(), java_obj_.obj());
+ base::android::AttachCurrentThread(), java_obj_);
}
« no previous file with comments | « chrome/browser/android/banners/app_banner_manager_android.cc ('k') | chrome/browser/android/bookmarks/bookmark_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698