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

Unified Diff: chrome/test/base/test_browser_window.h

Issue 7740044: Implement fullscreen info bubble on Win and Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license Created 9 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
« no previous file with comments | « chrome/common/content_settings_types.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 76e83753208363e669f48463a65bafdcd1b51728..672390e456be6ba07de9f76835e9be8110366e38 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -43,7 +43,9 @@ class TestBrowserWindow : public BrowserWindow {
virtual gfx::Rect GetBounds() const OVERRIDE;
virtual bool IsMaximized() const OVERRIDE;
virtual bool IsMinimized() const OVERRIDE;
- virtual void SetFullscreen(bool fullscreen) OVERRIDE {}
+ virtual void EnterFullscreen(const GURL& url,
+ bool ask_permission) OVERRIDE {}
+ virtual void ExitFullscreen() OVERRIDE {}
virtual bool IsFullscreen() const OVERRIDE;
virtual bool IsFullscreenBubbleVisible() const OVERRIDE;
virtual LocationBar* GetLocationBar() const OVERRIDE;
@@ -100,7 +102,9 @@ class TestBrowserWindow : public BrowserWindow {
virtual void Paste() OVERRIDE {}
#if defined(OS_MACOSX)
virtual void OpenTabpose() OVERRIDE {}
- virtual void SetPresentationMode(bool presentation_mode) OVERRIDE {}
+ virtual void SetPresentationMode(bool presentation_mode,
+ const GURL& url,
+ bool ask_permission) OVERRIDE {}
virtual bool InPresentationMode() OVERRIDE;
#endif
« no previous file with comments | « chrome/common/content_settings_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698