Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: components/app_modal/app_modal_dialog.h

Issue 2412843002: Simplify the JavaScriptDialogManager. (Closed)
Patch Set: braces Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/ui/javascript_dialogs/javascript_dialog_tab_helper.cc ('k') | components/app_modal/app_modal_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698