Index: components/web_contents_delegate_android/web_contents_delegate_android.cc |
diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.cc b/components/web_contents_delegate_android/web_contents_delegate_android.cc |
index 485ac50352f638694d14843a72af9544c7d4ec61..c85896bde4c56550b17eea059006c661bf63eaf2 100644 |
--- a/components/web_contents_delegate_android/web_contents_delegate_android.cc |
+++ b/components/web_contents_delegate_android/web_contents_delegate_android.cc |
@@ -275,7 +275,6 @@ bool WebContentsDelegateAndroid::AddMessageToConsole( |
// navigation. So we only handle the first case and pass the source TabContents' |
// url to Java to update the UI. |
void WebContentsDelegateAndroid::UpdateTargetURL(WebContents* source, |
- int32 page_id, |
const GURL& url) { |
if (!url.is_empty()) |
return; |