summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/tab_proxy.h
diff options
context:
space:
mode:
authorjmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 23:07:22 +0000
committerjmikhail@google.com <jmikhail@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 23:07:22 +0000
commit5fa579426b97728de9c6e21253535ae1a4bb82cf (patch)
treea87cc6da49bef3b9500005708afbbea86a55e285 /chrome/test/automation/tab_proxy.h
parent5aa74cb012c23ee3590016ea9bfe724cdb4b1be1 (diff)
downloadchromium_src-5fa579426b97728de9c6e21253535ae1a4bb82cf.zip
chromium_src-5fa579426b97728de9c6e21253535ae1a4bb82cf.tar.gz
chromium_src-5fa579426b97728de9c6e21253535ae1a4bb82cf.tar.bz2
Add delete cookie option to Automation Proxy
BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation/tab_proxy.h')
-rw-r--r--chrome/test/automation/tab_proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h
index 7fabc50..3929213 100644
--- a/chrome/test/automation/tab_proxy.h
+++ b/chrome/test/automation/tab_proxy.h
@@ -251,6 +251,8 @@ class TabProxy : public AutomationResourceProxy,
const std::string& name,
std::string* cookies) WARN_UNUSED_RESULT;
bool SetCookie(const GURL& url, const std::string& value) WARN_UNUSED_RESULT;
+ bool DeleteCookie(const GURL& url,
+ const std::string& name) 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.