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

Unified Diff: content/shell/browser/shell_javascript_dialog_manager.cc

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: content/shell/browser/shell_javascript_dialog_manager.cc
diff --git a/content/shell/browser/shell_javascript_dialog_manager.cc b/content/shell/browser/shell_javascript_dialog_manager.cc
index 5a0dc8e1843e6b4d17e3b595b4bd93c3ae13f678..f720f80f953519ad0dca43c8447b929afd73c3f1 100644
--- a/content/shell/browser/shell_javascript_dialog_manager.cc
+++ b/content/shell/browser/shell_javascript_dialog_manager.cc
@@ -105,7 +105,6 @@ void ShellJavaScriptDialogManager::RunBeforeUnloadDialog(
}
void ShellJavaScriptDialogManager::CancelDialogs(WebContents* web_contents,
- bool suppress_callbacks,
bool reset_state) {
#if defined(OS_MACOSX) || defined(OS_WIN)
if (dialog_) {

Powered by Google App Engine
This is Rietveld 408576698