summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.h
diff options
context:
space:
mode:
authoralyssad@chromium.org <alyssad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 21:14:19 +0000
committeralyssad@chromium.org <alyssad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 21:14:19 +0000
commita0fc50d70d4f98debbc99c312cec44c3eff5bed5 (patch)
tree6401bbf0c6745dc2beaae8173e381012d3125c70 /chrome/browser/automation/automation_provider.h
parentf0d47ac8879f6f26df2c35a3e78528f0ee4dce05 (diff)
downloadchromium_src-a0fc50d70d4f98debbc99c312cec44c3eff5bed5.zip
chromium_src-a0fc50d70d4f98debbc99c312cec44c3eff5bed5.tar.gz
chromium_src-a0fc50d70d4f98debbc99c312cec44c3eff5bed5.tar.bz2
Clear Browsing Data hook added and some small tests. BUG=36176
Review URL: http://codereview.chromium.org/2909005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52402 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r--chrome/browser/automation/automation_provider.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index c55e04c..b4782c3 100644
--- a/chrome/browser/automation/automation_provider.h
+++ b/chrome/browser/automation/automation_provider.h
@@ -441,6 +441,13 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>,
DictionaryValue* args,
IPC::Message* reply_message);
+ // Clear the specified browsing data. This call provides similar
+ // functionality to RemoveBrowsingData but is synchronous.
+ // Uses the JSON interface for input/output.
+ void ClearBrowsingData(Browser* browser,
+ DictionaryValue* args,
+ IPC::Message* reply_message);
+
// Get info about theme.
// Uses the JSON interface for input/output.
void GetThemeInfo(Browser* browser,