| Index: chrome/browser/js_before_unload_handler.h
|
| ===================================================================
|
| --- chrome/browser/js_before_unload_handler.h (revision 10892)
|
| +++ chrome/browser/js_before_unload_handler.h (working copy)
|
| @@ -10,6 +10,7 @@
|
| // |message_text| between the header and footer. The users response is
|
| // returned to the renderer using |reply_msg|.
|
| void RunBeforeUnloadDialog(WebContents* web_contents,
|
| + const GURL& frame_url,
|
| const std::wstring& message_text,
|
| IPC::Message* reply_msg);
|
|
|
|
|