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

Unified Diff: chrome/browser/android/webapps/webapp_registry.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/webapps/webapp_registry.cc
diff --git a/chrome/browser/android/webapps/webapp_registry.cc b/chrome/browser/android/webapps/webapp_registry.cc
index df3fb330cc5f548199d002ab6b9fafaa00c5d87b..d987119caf459f74df96065c836754f5ce0b601b 100644
--- a/chrome/browser/android/webapps/webapp_registry.cc
+++ b/chrome/browser/android/webapps/webapp_registry.cc
@@ -31,9 +31,7 @@ void WebappRegistry::UnregisterWebappsForUrls(
UrlFilterBridge* filter_bridge = new UrlFilterBridge(url_filter);
Java_WebappRegistry_unregisterWebappsForUrls(
- env,
- base::android::GetApplicationContext(),
- filter_bridge->j_bridge().obj(),
+ env, base::android::GetApplicationContext(), filter_bridge->j_bridge(),
callback_pointer);
}

Powered by Google App Engine
This is Rietveld 408576698