Index: content/public/browser/render_view_host.h |
diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h |
index b3308d18aaea41cc825874e374c0d571194854fb..c34a5aba89c96fea2d3411815598b98322c1b30e 100644 |
--- a/content/public/browser/render_view_host.h |
+++ b/content/public/browser/render_view_host.h |
@@ -153,9 +153,6 @@ class CONTENT_EXPORT RenderViewHost : virtual public RenderWidgetHost { |
virtual void ExecutePluginActionAtLocation( |
const gfx::Point& location, const blink::WebPluginAction& action) = 0; |
- // Asks the renderer to exit fullscreen |
- virtual void ExitFullscreen() = 0; |
- |
// Notifies the Listener that one or more files have been chosen by the user |
// from a file chooser dialog for the form. |permissions| is the file |
// selection mode in which the chooser dialog was created. |