| Index: components/app_modal/app_modal_dialog.h
|
| diff --git a/components/app_modal/app_modal_dialog.h b/components/app_modal/app_modal_dialog.h
|
| index c4923eaf88aa3bd4c2fcdf1c563a42be506cc5ca..78b4b7e25ffb1d347e42c005bbcc4f3c0b9e9566 100644
|
| --- a/components/app_modal/app_modal_dialog.h
|
| +++ b/components/app_modal/app_modal_dialog.h
|
| @@ -55,7 +55,7 @@ class AppModalDialog {
|
|
|
| // Invalidates the dialog, therefore causing it to not be shown when its turn
|
| // to be shown comes around.
|
| - virtual void Invalidate();
|
| + virtual void Invalidate(bool suppress_callbacks);
|
|
|
| // Used only for testing. Returns whether the dialog is a JavaScript modal
|
| // dialog.
|
|
|