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

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

Issue 652983005: mac: Fix bug where exiting tab fullscreen would cause Chrome menubar to disappear. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit test. Created 6 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/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc ('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 86874fe30adea252b9e6afd3098329066efb88c5..67df7c07d6b24cee12170aca1754757d4eceacde 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -136,6 +136,7 @@ class TestBrowserWindow : public BrowserWindow {
virtual void Paste() override {}
#if defined(OS_MACOSX)
virtual void EnterFullscreenWithChrome() override {}
+ virtual void EnterFullscreenWithoutChrome() override {}
virtual bool IsFullscreenWithChrome() override;
virtual bool IsFullscreenWithoutChrome() override;
#endif
« no previous file with comments | « chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698