| 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 015479035cfaf0cb8d28c69f9ec486ce5d9c878d..46b904c08fa1baeda18d616b3b5370addb7ca3c8 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -1443,15 +1443,6 @@ class TestingAutomationProvider : public AutomationProvider,
|
| void DisconnectFromPrivateNetwork(base::DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| - // Enterprise policy.
|
| - void IsEnterpriseDevice(DictionaryValue* args, IPC::Message* reply_message);
|
| -
|
| - void EnrollEnterpriseDevice(DictionaryValue* args,
|
| - IPC::Message* reply_message);
|
| -
|
| - void GetEnterprisePolicyInfo(DictionaryValue* args,
|
| - IPC::Message* reply_message);
|
| -
|
| // Accessibility.
|
| void EnableSpokenFeedback(DictionaryValue* args, IPC::Message* reply_message);
|
|
|
|
|