diff options
author | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 20:26:16 +0000 |
---|---|---|
committer | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 20:26:16 +0000 |
commit | c95fa8b2a9133416258ff51c10c2a636b8748775 (patch) | |
tree | d228dbcab025132d115b751de9d6d0dd595c04e1 /content/browser/tab_contents/tab_contents.h | |
parent | 939404935277cd0b4ecbe606781297361383bff0 (diff) | |
download | chromium_src-c95fa8b2a9133416258ff51c10c2a636b8748775.zip chromium_src-c95fa8b2a9133416258ff51c10c2a636b8748775.tar.gz chromium_src-c95fa8b2a9133416258ff51c10c2a636b8748775.tar.bz2 |
Update the URL if the user cancels a beforeunload handler.
BUG=80401
TEST=BrowserTest.CancelBeforeUnloadResetsURL
Review URL: http://codereview.chromium.org/6904039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/tab_contents/tab_contents.h')
-rw-r--r-- | content/browser/tab_contents/tab_contents.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h index 0d54825..5d3cd23 100644 --- a/content/browser/tab_contents/tab_contents.h +++ b/content/browser/tab_contents/tab_contents.h @@ -798,6 +798,7 @@ class TabContents : public PageNavigator, virtual void RequestMove(const gfx::Rect& new_bounds); virtual void DidStartLoading(); virtual void DidStopLoading(); + virtual void DidCancelLoading(); virtual void DidChangeLoadProgress(double progress); virtual void DocumentOnLoadCompletedInMainFrame( RenderViewHost* render_view_host, |