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

Unified Diff: components/app_modal/app_modal_dialog.h

Issue 2639893002: Clean up unneeded JavaScript dialog parameter. (Closed)
Patch Set: rebase Created 3 years, 11 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 78b4b7e25ffb1d347e42c005bbcc4f3c0b9e9566..c4923eaf88aa3bd4c2fcdf1c563a42be506cc5ca 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(bool suppress_callbacks);
+ virtual void Invalidate();
// 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