Chromium Code Reviews

Unified Diff: chrome/browser/ui/unload_controller.h

Issue 17151010: Move histograms and supporting code that don't belong in content out. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/ui/unload_controller.h
===================================================================
--- chrome/browser/ui/unload_controller.h (revision 206723)
+++ chrome/browser/ui/unload_controller.h (working copy)
@@ -41,7 +41,7 @@
// 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

Powered by Google App Engine