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 6e6e9c9741505ac6a2d1b85a7de4e5ed6a99c360..ca5340c69efff99a568088fb68e933da690fa0ce 100644 |
--- a/chrome/browser/automation/testing_automation_provider.h |
+++ b/chrome/browser/automation/testing_automation_provider.h |
@@ -380,20 +380,6 @@ class TestingAutomationProvider : public AutomationProvider, |
base::DictionaryValue* args, |
IPC::Message* reply_message); |
-#if defined(ENABLE_PROTECTOR_SERVICE) |
- // Get ProtectorService state. |
- // Uses the JSON interface for input/output. |
- void GetProtectorState(Browser* browser, |
- base::DictionaryValue* args, |
- IPC::Message* reply_message); |
- |
- // Perform a given action on the ProtectorService. |
- // Uses the JSON interface for input/output. |
- void PerformProtectorAction(Browser* browser, |
- base::DictionaryValue* args, |
- IPC::Message* reply_message); |
-#endif |
- |
// Get info about preferences stored in Local State. |
// Uses the JSON interface for input/output. |
void GetLocalStatePrefsInfo(base::DictionaryValue* args, |