diff options
Diffstat (limited to 'chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h')
-rw-r--r-- | chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h b/chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h index eb64790..ddc1808 100644 --- a/chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h +++ b/chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h @@ -56,7 +56,7 @@ class AppModalDialog { // added to the AppModalDialogQueue. When the current modal dialog finishes // and it's time to show the next dialog in the queue IsValid is invoked. // If IsValid returns false the dialog is deleted and not shown. - virtual bool IsValid() { return !skip_this_dialog_; } + virtual bool IsValid(); protected: // Overridden by subclasses to create the feature-specific native dialog box. |