Index: chrome/browser/ui/views/frame/immersive_mode_controller.h |
diff --git a/chrome/browser/ui/views/frame/immersive_mode_controller.h b/chrome/browser/ui/views/frame/immersive_mode_controller.h |
index f4a504be0da9ba576d4313e2111fe3a8f04c8aa2..f8f23de9e7e148d0fbe787ece7e132a3446bc452 100644 |
--- a/chrome/browser/ui/views/frame/immersive_mode_controller.h |
+++ b/chrome/browser/ui/views/frame/immersive_mode_controller.h |
@@ -11,10 +11,6 @@ |
class BookmarkBarView; |
class FullscreenController; |
-namespace content { |
-class WebContents; |
-} |
- |
namespace gfx { |
class Rect; |
class Size; |
@@ -65,10 +61,6 @@ class ImmersiveModeController { |
// Returns the browser's FullscreenController. |
virtual FullscreenController* GetFullscreenController() = 0; |
- // Returns the browser's active web contents for the active tab, or NULL if |
- // such does not exist. |
- virtual content::WebContents* GetWebContents() = 0; |
- |
// Notifies the delegate that fullscreen has been entered or exited. |
virtual void FullscreenStateChanged() = 0; |