| Index: content/browser/tab_contents/background_contents.h
|
| diff --git a/content/browser/tab_contents/background_contents.h b/content/browser/tab_contents/background_contents.h
|
| index e544fdea5cf131c9c9b90e5ebd71ba2a7b23cb6e..f5b24fc1bfcbf8af0f4b45d36cb0f960027fedea 100644
|
| --- a/content/browser/tab_contents/background_contents.h
|
| +++ b/content/browser/tab_contents/background_contents.h
|
| @@ -72,6 +72,7 @@ class BackgroundContents : public RenderViewHostDelegate,
|
| 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 Close(RenderViewHost* render_view_host);
|
|
|