| 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);
|
| }
|
|
|
|
|