Index: content/browser/android/web_contents_observer_android.cc |
diff --git a/content/browser/android/web_contents_observer_android.cc b/content/browser/android/web_contents_observer_android.cc |
index 9a0d56ac26f9514f5a64396fb25b92333ee05b15..6fbfab693e93f5f1a791beb94a02c5178ca804ce 100644 |
--- a/content/browser/android/web_contents_observer_android.cc |
+++ b/content/browser/android/web_contents_observer_android.cc |
@@ -48,8 +48,7 @@ void WebContentsObserverAndroid::Destroy(JNIEnv* env, jobject obj) { |
delete this; |
} |
-void WebContentsObserverAndroid::WebContentsDestroyed( |
- WebContents* web_contents) { |
+void WebContentsObserverAndroid::WebContentsDestroyed() { |
JNIEnv* env = AttachCurrentThread(); |
ScopedJavaLocalRef<jobject> obj(weak_java_observer_.get(env)); |
if (obj.is_null()) { |