diff options
Diffstat (limited to 'chrome/test/automation/tab_proxy.h')
-rw-r--r-- | chrome/test/automation/tab_proxy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h index 3c33318..f2dcb33 100644 --- a/chrome/test/automation/tab_proxy.h +++ b/chrome/test/automation/tab_proxy.h @@ -247,6 +247,10 @@ class TabProxy : public AutomationResourceProxy, bool DeleteCookie(const GURL& url, const std::string& name) WARN_UNUSED_RESULT; + // Opens the collected cookies dialog for the current tab. This function can + // be invoked on any valid tab. + bool ShowCollectedCookiesDialog() WARN_UNUSED_RESULT; + // Sends a InspectElement message for the current tab. |x| and |y| are the // coordinates that we want to simulate that the user is trying to inspect. int InspectElement(int x, int y); |