| Index: chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h
|
| 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 eb647904317ca579a148ec9f22811c6f5528489d..ddc180855f8b32d291b20b108e0ad742d8b20a7d 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.
|
|
|