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

Unified Diff: chrome/browser/ui/fullscreen_controller_test.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
Index: chrome/browser/ui/fullscreen_controller_test.h
diff --git a/chrome/browser/ui/fullscreen_controller_test.h b/chrome/browser/ui/fullscreen_controller_test.h
index b599583278de4ce45e20e1804a3229d0d2d9751d..18583bc61928516ce113a25f59ed13f0815e41fe 100644
--- a/chrome/browser/ui/fullscreen_controller_test.h
+++ b/chrome/browser/ui/fullscreen_controller_test.h
@@ -55,6 +55,8 @@ class FullscreenControllerTest : public InProcessBrowserTest {
bool IsFullscreenBubbleDisplayingButtons();
void AcceptCurrentFullscreenOrMouseLockRequest();
void DenyCurrentFullscreenOrMouseLockRequest();
+ void AddTabAtIndexAndWait(int index, const GURL& url,
+ content::PageTransition transition);
static const char kFullscreenMouseLockHTML[];
private:
DISALLOW_COPY_AND_ASSIGN(FullscreenControllerTest);

Powered by Google App Engine
This is Rietveld 408576698