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

Unified Diff: chrome/test/base/test_browser_window.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/test/base/test_browser_window.h
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index 2556eb458c6ab7ef90f057f1c60266eeed9ac700..cbb12d4e9bb90fd751db89e14805475f79841f45 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -120,11 +120,9 @@ class TestBrowserWindow : public BrowserWindow {
virtual void Paste() OVERRIDE {}
#if defined(OS_MACOSX)
virtual void OpenTabpose() OVERRIDE {}
- virtual void EnterPresentationMode(
- const GURL& url,
- FullscreenExitBubbleType bubble_type) OVERRIDE {}
- virtual void ExitPresentationMode() OVERRIDE {}
- virtual bool InPresentationMode() OVERRIDE;
+ virtual void EnterFullscreenWithChrome() OVERRIDE {}
+ virtual bool IsFullscreenWithChrome() OVERRIDE;
+ virtual bool IsFullscreenWithoutChrome() OVERRIDE;
#endif
virtual gfx::Rect GetInstantBounds() OVERRIDE;
« no previous file with comments | « chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc ('k') | chrome/test/base/test_browser_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698