| Index: content/browser/frame_host/interstitial_page_impl.h
|
| diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h
|
| index 47a127e823d8f7a06401daa8985c3f3ad5e0c947..f9f25892221aea6d8839b428d83112e8e3c4103c 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_impl.h
|
| @@ -119,6 +119,7 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| virtual WebPreferences GetWebkitPrefs() OVERRIDE;
|
| virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
|
| virtual void CreateNewWindow(
|
| + int render_process_id,
|
| int route_id,
|
| int main_frame_route_id,
|
| const ViewHostMsg_CreateWindow_Params& params,
|
|
|