| 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 62a6ef7c464e720cf12a7b2a5374dcf9a227dd4d..fee923503a27f0498d628f929d872c9871610e09 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -153,7 +153,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void ExecutePluginActionAtLocation(
|
| const gfx::Point& location,
|
| const blink::WebPluginAction& action) override;
|
| - void ExitFullscreen() override;
|
| void FilesSelectedInChooser(
|
| const std::vector<content::FileChooserFileInfo>& files,
|
| FileChooserParams::Mode permissions) override;
|
| @@ -349,7 +348,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void OnClose();
|
| void OnRequestMove(const gfx::Rect& pos);
|
| void OnDocumentAvailableInMainFrame(bool uses_temporary_zoom_level);
|
| - void OnToggleFullscreen(bool enter_fullscreen);
|
| void OnDidContentsPreferredSizeChange(const gfx::Size& new_size);
|
| void OnPasteFromSelectionClipboard();
|
| void OnRouteCloseEvent();
|
|
|