Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(551)

Unified Diff: chrome/browser/ui/views/frame/immersive_mode_controller.h

Issue 27458002: Allow setting different hit test bounds overrides for mouse and touch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698