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

Unified Diff: components/web_contents_delegate_android/web_contents_delegate_android.h

Issue 589403004: Remove page id from ViewHostMsg_UpdateTargetURL; no one actually uses it on the browser side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android Created 6 years, 3 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: components/web_contents_delegate_android/web_contents_delegate_android.h
diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.h b/components/web_contents_delegate_android/web_contents_delegate_android.h
index 33a46186ed55108cd19881766327d54b8ac88508..3a0f8ac969337881908214d8bb8d17556303e220 100644
--- a/components/web_contents_delegate_android/web_contents_delegate_android.h
+++ b/components/web_contents_delegate_android/web_contents_delegate_android.h
@@ -80,7 +80,6 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate {
int32 line_no,
const base::string16& source_id) OVERRIDE;
virtual void UpdateTargetURL(content::WebContents* source,
- int32 page_id,
const GURL& url) OVERRIDE;
virtual void HandleKeyboardEvent(
content::WebContents* source,

Powered by Google App Engine
This is Rietveld 408576698