From 5fa579426b97728de9c6e21253535ae1a4bb82cf Mon Sep 17 00:00:00 2001 From: "jmikhail@google.com" Date: Wed, 21 Apr 2010 23:07:22 +0000 Subject: 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 --- chrome/browser/automation/automation_provider.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/browser/automation/automation_provider.h') diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index e4256c0..d21456d 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -162,6 +162,8 @@ class AutomationProvider : public base::RefCounted, const std::string value, int handle, int* response_value); + void DeleteCookie(const GURL& url, const std::string& cookie_name, + int handle, bool* success); void GetBrowserWindowCount(int* window_count); void GetBrowserLocale(string16* locale); void GetNormalBrowserWindowCount(int* window_count); -- cgit v1.1