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

Unified Diff: components/app_modal/javascript_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
« no previous file with comments | « components/app_modal/app_modal_dialog.cc ('k') | components/app_modal/javascript_app_modal_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/app_modal/javascript_app_modal_dialog.h
diff --git a/components/app_modal/javascript_app_modal_dialog.h b/components/app_modal/javascript_app_modal_dialog.h
index 0fb4d899788fb1f1e598e72378ef3d54e1a8aaec..4bcab18393ff8670b27e7eca5b35faf225762f89 100644
--- a/components/app_modal/javascript_app_modal_dialog.h
+++ b/components/app_modal/javascript_app_modal_dialog.h
@@ -52,7 +52,7 @@ class JavaScriptAppModalDialog : public AppModalDialog {
// Overridden from AppModalDialog:
NativeAppModalDialog* CreateNativeDialog() override;
bool IsJavaScriptModalDialog() override;
- void Invalidate() override;
+ void Invalidate(bool suppress_callbacks) override;
// Callbacks from NativeDialog when the user accepts or cancels the dialog.
void OnCancel(bool suppress_js_messages);
« no previous file with comments | « components/app_modal/app_modal_dialog.cc ('k') | components/app_modal/javascript_app_modal_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698