| 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 1278689245dd6628b5e2cb1ae2ca30196a6cdfe3..58623185783a0e461abbc7241769ac5e8d853a3b 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -1380,28 +1380,6 @@ class TestingAutomationProvider : public AutomationProvider,
|
| void CreateNewAutomationProvider(base::DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| - // Enforces the policies in |args|. The policies are provided as a dictionary
|
| - // of policy names to their values. The top-level dictionary maps the policy
|
| - // provider level to its dictionary.
|
| - // Example:
|
| - // input: { "managed_platform": {
|
| - // "ShowHomeButton": true,
|
| - // "SafeBrowsingEnabled": false,
|
| - // },
|
| - // "recommended_platform": {
|
| - // ...
|
| - // },
|
| - // "managed_cloud": {
|
| - // ...
|
| - // },
|
| - // "recommended_cloud": {
|
| - // ...
|
| - // }
|
| - // }
|
| - // output: none
|
| - void SetPolicies(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:
|
|
|