| Index: content/browser/web_contents/interstitial_page_impl.h
|
| diff --git a/content/browser/web_contents/interstitial_page_impl.h b/content/browser/web_contents/interstitial_page_impl.h
|
| index 532dcc293ff37d506a32c404a1669692dc9b09b4..476b0622c5368c6510a90e3b98831427ae3b0767 100644
|
| --- a/content/browser/web_contents/interstitial_page_impl.h
|
| +++ b/content/browser/web_contents/interstitial_page_impl.h
|
| @@ -113,6 +113,7 @@ class CONTENT_EXPORT InterstitialPageImpl
|
| virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
|
| virtual void CreateNewWindow(
|
| int route_id,
|
| + int main_frame_route_id,
|
| const ViewHostMsg_CreateWindow_Params& params,
|
| SessionStorageNamespace* session_storage_namespace) OVERRIDE;
|
| virtual void CreateNewWidget(int route_id,
|
|
|