Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: chrome/browser/automation/testing_automation_provider.h

Issue 10827050: Added a timezone policy and pyauto tests for it. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698