| Index: content/test/test_web_contents_view.h
|
| ===================================================================
|
| --- content/test/test_web_contents_view.h (revision 175506)
|
| +++ content/test/test_web_contents_view.h (working copy)
|
| @@ -41,6 +41,8 @@
|
| gfx::NativeView context) OVERRIDE;
|
| virtual RenderWidgetHostView* CreateViewForWidget(
|
| RenderWidgetHost* render_widget_host) OVERRIDE;
|
| + virtual RenderWidgetHostView* CreateViewForPopupWidget(
|
| + RenderWidgetHost* render_widget_host) OVERRIDE;
|
| virtual gfx::NativeView GetNativeView() const OVERRIDE;
|
| virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
|
| virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
|
|
|