| 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 6bea156e7ad54b6b9b57999ac1002fb02e18902b..8e3cc8489d30c15e4d19e729579b0e2c6694a9a1 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -951,6 +951,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,
|
|
|