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

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: respond to comments, remove flaky reload test 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..fd309a4535670924946b6f6a441c2390ecd19fae 100644
--- a/chrome/browser/ui/fullscreen_controller_test.h
+++ b/chrome/browser/ui/fullscreen_controller_test.h
@@ -55,6 +55,9 @@ class FullscreenControllerTest : public InProcessBrowserTest {
bool IsFullscreenBubbleDisplayingButtons();
void AcceptCurrentFullscreenOrMouseLockRequest();
void DenyCurrentFullscreenOrMouseLockRequest();
+ void AddTabAtIndexAndWait(int index, const GURL& url,
+ content::PageTransition transition);
+ void GoBack();
static const char kFullscreenMouseLockHTML[];
private:
DISALLOW_COPY_AND_ASSIGN(FullscreenControllerTest);
« no previous file with comments | « chrome/browser/ui/fullscreen_controller_browsertest.cc ('k') | chrome/browser/ui/fullscreen_controller_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698