diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 00:00:29 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 00:00:29 +0000 |
commit | a5c06d8648e153847e512fb1f1a626d40d696ab2 (patch) | |
tree | f0f3fb5b55d62c4b8b1fbbb2a1582cdb149b7419 /chrome/browser/ui/unload_controller.h | |
parent | f834435b2a95122ed15209c7dedb4b4fe9aa2c6d (diff) | |
download | chromium_src-a5c06d8648e153847e512fb1f1a626d40d696ab2.zip chromium_src-a5c06d8648e153847e512fb1f1a626d40d696ab2.tar.gz chromium_src-a5c06d8648e153847e512fb1f1a626d40d696ab2.tar.bz2 |
Move histograms and supporting code that don't belong in content out.
R=avi@chromium.org
Review URL: https://codereview.chromium.org/17151010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/unload_controller.h')
-rw-r--r-- | chrome/browser/ui/unload_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/unload_controller.h b/chrome/browser/ui/unload_controller.h index d18ba8d..47e50b0 100644 --- a/chrome/browser/ui/unload_controller.h +++ b/chrome/browser/ui/unload_controller.h @@ -41,7 +41,7 @@ namespace chrome { // If beforeunload/unload handlers need to run, UnloadController returns // true and calls ProcessPendingTabs() (private method). // 2. For each tab with a beforeunload/unload handler, ProcessPendingTabs() -// calls |web_contents->OnCloseStarted()| +// calls |CoreTabHelper::OnCloseStarted()| // and |web_contents->GetRenderViewHost()->FirePageBeforeUnload()|. // 3. If the user allowed the close to continue, we detach all the tabs with // unload handlers, remove them from the tab strip, and finish closing |