diff options
Diffstat (limited to 'chrome/test/automation/browser_proxy.h')
-rw-r--r-- | chrome/test/automation/browser_proxy.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h index f3641e3..88a1d58 100644 --- a/chrome/test/automation/browser_proxy.h +++ b/chrome/test/automation/browser_proxy.h @@ -204,6 +204,13 @@ class BrowserProxy : public AutomationResourceProxy { // mahine). bool TerminateSession(); + // Sets |is_fullscreen| to whether the browser is currently in fullscreen + // mode. + bool IsFullscreen(bool* is_fullscreen); + + // Sets |is_visible| to whether the browser's fullscreen bubble is visible. + bool IsFullscreenBubbleVisible(bool* is_visible); + protected: virtual ~BrowserProxy() {} private: |