summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/testing_automation_provider.h
diff options
context:
space:
mode:
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: