Index: content/browser/tab_contents/tab_contents.h |
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h |
index 12bc56ae14d1eba0fa85bc6ce03fef42f5cd23d3..b53b038c53942e199d3fb664bf354e1a016f1670 100644 |
--- a/content/browser/tab_contents/tab_contents.h |
+++ b/content/browser/tab_contents/tab_contents.h |
@@ -953,6 +953,7 @@ class TabContents : public PageNavigator, |
const std::wstring& default_prompt, |
const GURL& frame_url, |
const int flags, |
+ const bool unload_handler_being_run, |
IPC::Message* reply_msg, |
bool* did_suppress_message); |
virtual void RunBeforeUnloadConfirm(const std::wstring& message, |