diff options
author | avi <avi@chromium.org> | 2014-10-20 12:20:32 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-20 19:20:48 +0000 |
commit | 31111d18aadc37181a249afa74a62ac46544e12e (patch) | |
tree | 7d674c4a4710fc9f2b064a160564ac76e5d3ca26 /content/browser/web_contents/web_contents_impl.h | |
parent | a13b509667a821c9f0d0b0b54f6854993cac761e (diff) | |
download | chromium_src-31111d18aadc37181a249afa74a62ac46544e12e.zip chromium_src-31111d18aadc37181a249afa74a62ac46544e12e.tar.gz chromium_src-31111d18aadc37181a249afa74a62ac46544e12e.tar.bz2 |
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
TBR=rsesek@chromium.org
Review URL: https://codereview.chromium.org/669613005
Cr-Commit-Position: refs/heads/master@{#300311}
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, 1 insertions, 0 deletions
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h index 31a11ba..fba5639 100644 --- a/content/browser/web_contents/web_contents_impl.h +++ b/content/browser/web_contents/web_contents_impl.h @@ -412,6 +412,7 @@ 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; |