Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7088)

Unified Diff: chrome/test/automation/browser_proxy.h

Issue 244003: Kiosk Mode implementation (Closed)
Patch Set: Finally fix MACOSX Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/automation/automation_messages_internal.h ('k') | chrome/test/automation/browser_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « chrome/test/automation/automation_messages_internal.h ('k') | chrome/test/automation/browser_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698