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

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

Issue 10378061: Exit tabbed fullscreen mode on navigation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 8 years, 6 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 | « no previous file | chrome/browser/ui/fullscreen_controller.h » ('j') | chrome/browser/ui/fullscreen_controller.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 05851746cf7a677f0268d1b657d2521a43cca2dc..862d26e76b94e01bdb2929586d09588cb75e2800 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -873,6 +873,10 @@ class Browser : public TabStripModelDelegate,
OpenAppShortcutWindowPref);
FRIEND_TEST_ALL_PREFIXES(StartupBrowserCreatorTest, OpenAppShortcutTabPref);
FRIEND_TEST_ALL_PREFIXES(StartupBrowserCreatorTest, OpenAppShortcutPanel);
+ FRIEND_TEST_ALL_PREFIXES(FullscreenControllerTest,
+ TestTabExitsFullscreenOnNavigation);
+ FRIEND_TEST_ALL_PREFIXES(FullscreenControllerTest,
+ TestTabDoesntExitFullscreenOnSubFrameNavigation);
scheib 2012/06/15 16:12:31 FullscreenControllerTest is already a friend, we s
koz (OOO until 15th September) 2012/06/18 02:28:10 Cool! Done.
// Used to describe why a tab is being detached. This is used by
// TabDetachedAtImpl.
« no previous file with comments | « no previous file | chrome/browser/ui/fullscreen_controller.h » ('j') | chrome/browser/ui/fullscreen_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698