| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 4b33cc01dc83f1fd0c1dd012f537852b4417e622..3921da3359827b56fb03ba142db8fe0835f40269 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -467,6 +467,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| const gfx::Rect& initial_pos,
|
| bool user_gesture);
|
| void OnShowWidget(int route_id, const gfx::Rect& initial_pos);
|
| + void OnRequestShowTopControls(bool show);
|
| void OnShowFullscreenWidget(int route_id);
|
| void OnRunModal(int opener_id, IPC::Message* reply_msg);
|
| void OnRenderViewReady();
|
|
|