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

Unified Diff: chrome/browser/web_contents.h

Issue 9477: Continue with crosssite navigations if alerts are suppressed... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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: chrome/browser/web_contents.h
===================================================================
--- chrome/browser/web_contents.h (revision 4898)
+++ chrome/browser/web_contents.h (working copy)
@@ -281,7 +281,8 @@
virtual void RunJavaScriptMessage(const std::wstring& message,
const std::wstring& default_prompt,
const int flags,
- IPC::Message* reply_msg);
+ IPC::Message* reply_msg,
+ bool* did_suppress_message);
virtual void RunBeforeUnloadConfirm(const std::wstring& message,
IPC::Message* reply_msg);
virtual void ShowModalHTMLDialog(const GURL& url, int width, int height,

Powered by Google App Engine
This is Rietveld 408576698