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

Unified Diff: extensions/browser/guest_view/web_view/javascript_dialog_helper.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: extensions/browser/guest_view/web_view/javascript_dialog_helper.h
diff --git a/extensions/browser/guest_view/web_view/javascript_dialog_helper.h b/extensions/browser/guest_view/web_view/javascript_dialog_helper.h
index 851c729aaf7052ff6fb058bfce5fefdefd010ea4..87e63cb41459918e7748866c5452719cc15abd25 100644
--- a/extensions/browser/guest_view/web_view/javascript_dialog_helper.h
+++ b/extensions/browser/guest_view/web_view/javascript_dialog_helper.h
@@ -33,7 +33,6 @@ class JavaScriptDialogHelper : public content::JavaScriptDialogManager {
bool accept,
const base::string16* prompt_override) override;
void CancelDialogs(content::WebContents* web_contents,
- bool suppress_callbacks,
bool reset_state) override;
private:

Powered by Google App Engine
This is Rietveld 408576698