| 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 cb31dbcd0376863fc5ff1225163c55f7f0ecc8dc..ccf86e7b4355e95e6adf8719704fcb9e9a19058d 100644
|
| --- a/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
|
| +++ b/chrome/browser/ui/exclusive_access/fullscreen_controller_test.h
|
| @@ -46,13 +46,8 @@ class FullscreenControllerTest : public InProcessBrowserTest {
|
| bool SendEscapeToFullscreenController();
|
| bool IsFullscreenForBrowser();
|
| bool IsWindowFullscreenForTabOrPending();
|
| - bool IsMouseLockPermissionRequested();
|
| - bool IsFullscreenPermissionRequested();
|
| ExclusiveAccessBubbleType GetExclusiveAccessBubbleType();
|
| bool IsFullscreenBubbleDisplayed();
|
| - bool IsFullscreenBubbleDisplayingButtons();
|
| - void AcceptCurrentFullscreenOrMouseLockRequest();
|
| - void DenyCurrentFullscreenOrMouseLockRequest();
|
| void GoBack();
|
| void Reload();
|
| void SetPrivilegedFullscreen(bool is_privileged);
|
|
|