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

Unified Diff: chrome/browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc

Issue 12096059: Revert 179615 - didn't help by itself. (May need another revert for r179399) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/fullscreen/fullscreen_controller_interactive_browsertest.cc
===================================================================
--- chrome/browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc (revision 179625)
+++ chrome/browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc (working copy)
@@ -379,7 +379,7 @@
{
FullscreenNotificationObserver fullscreen_observer;
- browser()->TogglePresentationMode();
+ chrome::ToggleFullscreenMode(browser());
fullscreen_observer.Wait();
EXPECT_FALSE(browser()->window()->IsFullscreen());
EXPECT_FALSE(browser()->window()->IsFullscreenWithChrome());

Powered by Google App Engine
This is Rietveld 408576698