summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.h
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-15 18:38:33 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-15 18:38:33 +0000
commit6b658bf84d667bbaacd59d6337a09ac2e80645a8 (patch)
treed5cda542cce9280430ae3c3ae4d20a8e160e44e6 /chrome/browser/automation/automation_provider.h
parent93530253a285c3ecc6f2b6ae46409b70ef85b48c (diff)
downloadchromium_src-6b658bf84d667bbaacd59d6337a09ac2e80645a8.zip
chromium_src-6b658bf84d667bbaacd59d6337a09ac2e80645a8.tar.gz
chromium_src-6b658bf84d667bbaacd59d6337a09ac2e80645a8.tar.bz2
Revert 52486 - Display a tab modal dialog of the allowed/blocked cookies.
BUG=45230 TEST=CollectedCookiesTest.* Review URL: http://codereview.chromium.org/2907003 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3016003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52505 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r--chrome/browser/automation/automation_provider.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index 737e7d5f..b4782c3 100644
--- a/chrome/browser/automation/automation_provider.h
+++ b/chrome/browser/automation/automation_provider.h
@@ -170,7 +170,6 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>,
int* response_value);
void DeleteCookie(const GURL& url, const std::string& cookie_name,
int handle, bool* success);
- void ShowCollectedCookiesDialog(int handle, bool* success);
void GetBrowserWindowCount(int* window_count);
void GetBrowserLocale(string16* locale);
void GetNormalBrowserWindowCount(int* window_count);