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 e58e00de741d07fa327d4454c9805013b60f5830..b7ba998ffd8a684215d34ba301cec4bd01677e9f 100644 |
--- a/chrome/browser/ui/tab_modal_confirm_dialog_delegate.h |
+++ b/chrome/browser/ui/tab_modal_confirm_dialog_delegate.h |
@@ -86,7 +86,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; |