| Index: chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
|
| diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h b/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
|
| index ccf86e7b4355e95e6adf8719704fcb9e9a19058d..daab66705274babd5972ad7b668e62d49c06248d 100644
|
| --- a/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
|
| +++ b/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
|
| @@ -51,6 +51,8 @@ class FullscreenControllerTest : public InProcessBrowserTest {
|
| void GoBack();
|
| void Reload();
|
| void SetPrivilegedFullscreen(bool is_privileged);
|
| + void EnterActiveTabFullscreen();
|
| +
|
| static const char kFullscreenMouseLockHTML[];
|
| FullscreenController* GetFullscreenController();
|
| ExclusiveAccessManager* GetExclusiveAccessManager();
|
|
|