| Index: chrome/browser/jsmessage_box_handler.h
|
| ===================================================================
|
| --- chrome/browser/jsmessage_box_handler.h (revision 10892)
|
| +++ chrome/browser/jsmessage_box_handler.h (working copy)
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "chrome/common/ipc_message.h"
|
|
|
| +class GURL;
|
| class WebContents;
|
|
|
| // Creates and runs a Javascript Message Box dialog.
|
| @@ -18,6 +19,7 @@
|
| // |default_prompt_text|. The result of the operation is returned using
|
| // |reply_msg|.
|
| void RunJavascriptMessageBox(WebContents* web_contents,
|
| + const GURL& frame_url,
|
| int dialog_flags,
|
| const std::wstring& message_text,
|
| const std::wstring& default_prompt_text,
|
|
|