| Index: chrome/browser/automation/automation_provider.h
|
| diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
|
| index c55e04c43fd00df5e8158e0bcade642d9bb2f96b..b4782c3fec7092bf4bbcfee91a4544a31c1b22c2 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,
|
|
|