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..1bad0f5df16d003290a725d1f7dd2a0b377a63c6 100644 |
--- a/chrome/browser/ui/fullscreen_controller_test.h |
+++ b/chrome/browser/ui/fullscreen_controller_test.h |
@@ -55,6 +55,10 @@ class FullscreenControllerTest : public InProcessBrowserTest { |
bool IsFullscreenBubbleDisplayingButtons(); |
void AcceptCurrentFullscreenOrMouseLockRequest(); |
void DenyCurrentFullscreenOrMouseLockRequest(); |
+ void AddTabAtIndexAndWait(int index, const GURL& url, |
+ content::PageTransition transition); |
+ void GoBack(); |
+ void Reload(); |
static const char kFullscreenMouseLockHTML[]; |
private: |
DISALLOW_COPY_AND_ASSIGN(FullscreenControllerTest); |