| Index: chrome/browser/automation/automation_provider.h
|
| diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
|
| index 3727bd89c99cc705d303de45cf4bc55aba5ca076..10e03c8306795a33d97b837f9f8fba3da5eae1ae 100644
|
| --- a/chrome/browser/automation/automation_provider.h
|
| +++ b/chrome/browser/automation/automation_provider.h
|
| @@ -438,6 +438,12 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>,
|
| DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| + // Get info about theme.
|
| + // Uses the JSON interface for input/output.
|
| + void GetThemeInfo(Browser* browser,
|
| + DictionaryValue* args,
|
| + IPC::Message* reply_message);
|
| +
|
| // Util for creating a JSON error return string (dict with key
|
| // 'error' and error string value). No need to quote input.
|
| static std::string JSONErrorString(const std::string& err);
|
|
|