Chromium Code Reviews| Index: chrome/browser/automation/testing_automation_provider.h |
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h |
| index 11f428f6ab236fd859ffe575edc974386eb82ccb..4dd6dfa86686437e16d1d08e7b2519c903a06052 100644 |
| --- a/chrome/browser/automation/testing_automation_provider.h |
| +++ b/chrome/browser/automation/testing_automation_provider.h |
| @@ -1601,6 +1601,14 @@ class TestingAutomationProvider : public AutomationProvider, |
| // Html terminal. |
| void OpenCrosh(base::DictionaryValue* args, IPC::Message* reply_message); |
| + // Set ChromeOS Settings. |
| + // Uses the JSON interface for input/output. |
| + // Sample json input: |
| + // { "command": "SetCrosSetting", |
| + // "path": path, |
| + // "value": value } |
| + void SetCrosSetting(base::DictionaryValue* args, IPC::Message* reply_message); |
|
Joao da Silva
2012/07/27 13:40:57
This is a big hammer. We previously had a similar
pneubeck (no reviews)
2012/07/31 22:21:05
The idea of this definition was to change chromeos
pneubeck (no reviews)
2012/08/06 14:50:48
Done.
|
| + |
| void AddChromeosObservers(); |
| void RemoveChromeosObservers(); |