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 6035e0101d3f27d3d7790f12792e318165be3ba6..37a2ad92ca311078c6837771d7a43d13cb92caa2 100644 |
--- a/chrome/browser/automation/testing_automation_provider.h |
+++ b/chrome/browser/automation/testing_automation_provider.h |
@@ -1480,15 +1480,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); |
Joao da Silva
2013/01/17 09:38:05
Remove these calls from chrome/test/pyautolib/pyau
Mattias Nissler (ping if slow)
2013/01/22 10:31:39
Done.
|
- |
// Accessibility. |
void EnableSpokenFeedback(DictionaryValue* args, IPC::Message* reply_message); |