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

Unified Diff: chrome/browser/android/large_icon_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
« no previous file with comments | « chrome/browser/android/intent_helper.cc ('k') | chrome/browser/android/location_settings_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/large_icon_bridge.cc
diff --git a/chrome/browser/android/large_icon_bridge.cc b/chrome/browser/android/large_icon_bridge.cc
index 65e32ee5da9f8c5589e2e3fee75e9d3180c6c3b5..cbff92d9da8d3268d6d7c5dd30fc16e6e839283e 100644
--- a/chrome/browser/android/large_icon_bridge.cc
+++ b/chrome/browser/android/large_icon_bridge.cc
@@ -52,9 +52,7 @@ void OnLargeIconAvailable(
if (result.fallback_icon_style)
background_color = result.fallback_icon_style->background_color;
- Java_LargeIconCallback_onLargeIconAvailable(env,
- j_callback->obj(),
- j_bitmap.obj(),
+ Java_LargeIconCallback_onLargeIconAvailable(env, j_callback->obj(), j_bitmap,
background_color);
}
« no previous file with comments | « chrome/browser/android/intent_helper.cc ('k') | chrome/browser/android/location_settings_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698