commit | 450ce00e1794787e5886d4fcd329341426242265 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Wed Sep 24 01:58:52 2014 |
committer | Commit bot <[email protected]> | Wed Sep 24 01:59:11 2014 |
tree | d4309544f49c5a41ca6ee6766f49999b7b77c183 | |
parent | 30f58ec0caae5a37bed49092e90718100b55757f [diff] [blame] |
Remove page id from ViewHostMsg_UpdateTargetURL; no one actually uses it on the browser side. BUG=407376 TEST=no change [email protected] Review URL: https://codereview.chromium.org/589403004 Cr-Commit-Position: refs/heads/master@{#296327}
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc index e26600a..63c0e8c8 100644 --- a/chrome/browser/ui/browser.cc +++ b/chrome/browser/ui/browser.cc
@@ -1428,8 +1428,7 @@ return is_type_popup(); } -void Browser::UpdateTargetURL(WebContents* source, int32 page_id, - const GURL& url) { +void Browser::UpdateTargetURL(WebContents* source, const GURL& url) { if (!GetStatusBubble()) return;