summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/testing_automation_provider.h
diff options
context:
space:
mode:
authormiket@chromium.org <miket@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-13 23:05:32 +0000
committermiket@chromium.org <miket@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-13 23:05:32 +0000
commitcb7926b5656019f40befb87de87d0e1a1229da8f (patch)
treeafe467cf2b970946a390d4b13bb7185c3ccb7042 /chrome/browser/automation/testing_automation_provider.h
parentd831cf87cfb7092196fd27d54f563e3e67f2b009 (diff)
downloadchromium_src-cb7926b5656019f40befb87de87d0e1a1229da8f.zip
chromium_src-cb7926b5656019f40befb87de87d0e1a1229da8f.tar.gz
chromium_src-cb7926b5656019f40befb87de87d0e1a1229da8f.tar.bz2
Revert 156629 - Converted policy_prefs_ui.py pyauto test to a browser_test.
BUG=143637 Review URL: https://chromiumcodereview.appspot.com/10905223 TBR=joaodasilva@chromium.org Review URL: https://codereview.chromium.org/10918235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156662 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider.h')
-rw-r--r--chrome/browser/automation/testing_automation_provider.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index 41d3ecd..33e1633 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1373,6 +1373,16 @@ class TestingAutomationProvider : public AutomationProvider,
void CreateNewAutomationProvider(base::DictionaryValue* args,
IPC::Message* reply_message);
+ // Gets a list of supported policies. The output is a map of policy name to
+ // its value type.
+ // Example:
+ // input: none
+ // output: { "ShowHomeButton": "bool",
+ // "DefaultSearchProviderSearchURL": "str"
+ // }
+ void GetPolicyDefinitionList(base::DictionaryValue* args,
+ IPC::Message* reply_message);
+
// Triggers a policy update on the platform and cloud providers, if they
// exist. Returns after the update notifications are received.
// Example: