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

Unified Diff: chrome/browser/ui/cocoa/browser_window_cocoa.h

Issue 12018007: Refactor BrowserWindow fullscreen and presentation on Mac to be consistent with other platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge TOT Created 7 years, 11 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/cocoa/browser_window_cocoa.h
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.h b/chrome/browser/ui/cocoa/browser_window_cocoa.h
index 6e149856254da0c81ac376de79d55e63f5a6e6c0..cc0df0914812804e3b45e10a10b28f425959d1ec 100644
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.h
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.h
@@ -129,11 +129,11 @@ class BrowserWindowCocoa :
virtual void Copy() OVERRIDE;
virtual void Paste() OVERRIDE;
virtual void OpenTabpose() OVERRIDE;
- virtual void EnterPresentationMode(
+ virtual void EnterFullscreenWithChrome(
const GURL& url,
FullscreenExitBubbleType bubble_type) OVERRIDE;
- virtual void ExitPresentationMode() OVERRIDE;
- virtual bool InPresentationMode() OVERRIDE;
+ virtual bool IsFullscreenWithChrome() OVERRIDE;
+ virtual bool IsFullscreenWithoutChrome() OVERRIDE;
virtual gfx::Rect GetInstantBounds() OVERRIDE;
virtual bool IsInstantTabShowing() OVERRIDE;
virtual WindowOpenDisposition GetDispositionForPopupBounds(

Powered by Google App Engine
This is Rietveld 408576698