| Index: chrome/test/automation/browser_proxy.h
|
| diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h
|
| index f3641e3c98ce7d569a6bf9caa0ef3c0ea999fae5..88a1d58e52fb3b57ed84261d4e7268831b394577 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:
|
|
|