| 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;
|
|
|