summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.h
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 13:05:48 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 13:05:48 +0000
commita503c97cdef81306da6906f117fed3285e032f0e (patch)
tree06939dea41c651133467b098af4dcbb5d49620bb /chrome/browser/automation/automation_provider.h
parentaffa5904ccff332075eedfb2a10797dd1ca8b0f6 (diff)
downloadchromium_src-a503c97cdef81306da6906f117fed3285e032f0e.zip
chromium_src-a503c97cdef81306da6906f117fed3285e032f0e.tar.gz
chromium_src-a503c97cdef81306da6906f117fed3285e032f0e.tar.bz2
Reland r52486. Display a tab modal dialog of the allowed/blocked cookies.
BUG=45230 TEST=CollectedCookiesTest.* Review URL: http://codereview.chromium.org/3034007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52655 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, 1 insertions, 0 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index 524fd62..78aa363 100644
--- a/chrome/browser/automation/automation_provider.h
+++ b/chrome/browser/automation/automation_provider.h
@@ -170,6 +170,7 @@ 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);