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