summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/browser_proxy.h
diff options
context:
space:
mode:
authormhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-09 00:12:09 +0000
committermhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-09 00:12:09 +0000
commit3493043c61392d48177275f90e29bdeede966308 (patch)
treee3ba4eca8ba36ad9f257d161daf534dd9b26e672 /chrome/test/automation/browser_proxy.h
parent3367fc1dd134eeaf9ab6e62397f05ad3964319fe (diff)
downloadchromium_src-3493043c61392d48177275f90e29bdeede966308.zip
chromium_src-3493043c61392d48177275f90e29bdeede966308.tar.gz
chromium_src-3493043c61392d48177275f90e29bdeede966308.tar.bz2
Kiosk Mode implementation.
Kiosk mode will just hide the status bar and initially set it as full screen. Added some tests to add --kiosk mode as a command switch that tests if its in fullscreen state and doesn't have a status bubble. BUG=23145 TEST=Kiosk Mode functions and Run the ./ui_tests --gtest_filter=KioskModeTest.* Review URL: http://codereview.chromium.org/244003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation/browser_proxy.h')
-rw-r--r--chrome/test/automation/browser_proxy.h7
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: