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

Unified Diff: chrome/browser/android/safe_browsing/safe_browsing_api_handler_bridge.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/safe_browsing/safe_browsing_api_handler_bridge.cc
diff --git a/chrome/browser/android/safe_browsing/safe_browsing_api_handler_bridge.cc b/chrome/browser/android/safe_browsing/safe_browsing_api_handler_bridge.cc
index db19ef260c9aa4be58a17068d8f05e6f8498bbcf..679521b0537c1228e2314e71b3dbf3076a336f2b 100644
--- a/chrome/browser/android/safe_browsing/safe_browsing_api_handler_bridge.cc
+++ b/chrome/browser/android/safe_browsing/safe_browsing_api_handler_bridge.cc
@@ -192,9 +192,8 @@ void SafeBrowsingApiHandlerBridge::StartURLCheck(
ScopedJavaLocalRef<jintArray> j_threat_types =
SBThreatTypesToJavaArray(env, local_threat_types);
- Java_SafeBrowsingApiBridge_startUriLookup(env, j_api_handler_.obj(),
- callback_id, j_url.obj(),
- j_threat_types.obj());
+ Java_SafeBrowsingApiBridge_startUriLookup(env, j_api_handler_, callback_id,
+ j_url, j_threat_types);
}
} // namespace safe_browsing
« no previous file with comments | « chrome/browser/android/recently_closed_tabs_bridge.cc ('k') | chrome/browser/android/service_tab_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698