diff options
Diffstat (limited to 'chrome/test/automation/browser_proxy.h')
-rw-r--r-- | chrome/test/automation/browser_proxy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h index 9e82fa4..ab198bc 100644 --- a/chrome/test/automation/browser_proxy.h +++ b/chrome/test/automation/browser_proxy.h @@ -64,6 +64,10 @@ class BrowserProxy : public AutomationResourceProxy { // successful. bool GetType(Browser::Type* type) const WARN_UNUSED_RESULT; + // Sets |is_application| to whether the browser is currently in application + // mode. + bool IsApplication(bool* is_application) WARN_UNUSED_RESULT; + // Returns the TabProxy for the tab at the given index, transferring // ownership of the pointer to the caller. On failure, returns NULL. // |