Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9009)

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

Issue 17500003: Close web contents modal dialogs on content load start (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bonus patchset: initiator tab -> initiator Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/tab_modal_confirm_dialog_delegate.h
diff --git a/chrome/browser/ui/tab_modal_confirm_dialog_delegate.h b/chrome/browser/ui/tab_modal_confirm_dialog_delegate.h
index 9c53de71b71c6b69169f377c2f58f028db60af79..fdf482805f5501df1ba4568fe259bb7c5f8ff1d0 100644
--- a/chrome/browser/ui/tab_modal_confirm_dialog_delegate.h
+++ b/chrome/browser/ui/tab_modal_confirm_dialog_delegate.h
@@ -78,7 +78,7 @@ class TabModalConfirmDialogDelegate : public content::NotificationObserver {
}
// content::NotificationObserver implementation.
- // Watch for a new load or a closed tab and dismiss the dialog if they occur.
+ // Watch for a closed tab and dismiss the dialog if it occurs.
virtual void Observe(int type,
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698