diff options
author | avi <avi@chromium.org> | 2014-10-16 11:59:17 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-16 18:59:36 +0000 |
commit | 56d8d758406d002bb95d4c11f9e844ac0c9837a0 (patch) | |
tree | a4459b02ced64978c47acdfa8600be13a950899e /content/browser/web_contents/web_contents_impl.h | |
parent | e85a773cf9ea6d1ea8aac225a1c265ec58e8ef74 (diff) | |
download | chromium_src-56d8d758406d002bb95d4c11f9e844ac0c9837a0.zip chromium_src-56d8d758406d002bb95d4c11f9e844ac0c9837a0.tar.gz chromium_src-56d8d758406d002bb95d4c11f9e844ac0c9837a0.tar.bz2 |
Revert of Ensure that the browser’s copy of page id is in sync with the renderer’s. (patchset #1 id:1 of https://codereview.chromium.org/657233002/)
Reason for revert:
It's crashing... drat.
Original issue's description:
> Ensure that the browser’s copy of page id is in sync with the renderer’s.
>
> This might-maybe-hope-not crash, and so has debugging statements.
>
> BUG=407376
> TEST=no crashing, we hope
>
> Committed: https://crrev.com/b49b70f26e6d0f2f54bb87cf374f30a339c7d7c6
> Cr-Commit-Position: refs/heads/master@{#299822}
TBR=rsesek@chromium.org,creis@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=407376
Review URL: https://codereview.chromium.org/661823002
Cr-Commit-Position: refs/heads/master@{#299945}
Diffstat (limited to 'content/browser/web_contents/web_contents_impl.h')
-rw-r--r-- | content/browser/web_contents/web_contents_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h index fba5639..31a11ba 100644 --- a/content/browser/web_contents/web_contents_impl.h +++ b/content/browser/web_contents/web_contents_impl.h @@ -412,7 +412,6 @@ class CONTENT_EXPORT WebContentsImpl int error_code) override; virtual void RenderViewDeleted(RenderViewHost* render_view_host) override; virtual void UpdateState(RenderViewHost* render_view_host, - int32 rvh_page_id, int32 page_id, const PageState& page_state) override; virtual void UpdateTargetURL(const GURL& url) override; |