| Index: chrome/browser/ui/views/simple_message_box_views.h
|
| diff --git a/chrome/browser/ui/views/simple_message_box_views.h b/chrome/browser/ui/views/simple_message_box_views.h
|
| index ccbbe069ffcd4f48193a226f779e8b0678f4a970..4e5809c416da5b3391278a5c8f4d9f15801101f1 100644
|
| --- a/chrome/browser/ui/views/simple_message_box_views.h
|
| +++ b/chrome/browser/ui/views/simple_message_box_views.h
|
| @@ -70,6 +70,7 @@ class SimpleMessageBoxViews : public views::DialogDelegate,
|
| // Dispatcher method. This returns true if the menu was canceled, or
|
| // if the message is such that the menu should be closed.
|
| virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
|
| + virtual bool ShouldExit() OVERRIDE;
|
|
|
| const DialogType dialog_type_;
|
| DispositionType disposition_;
|
|
|