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.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index 6e6e9c97..ca5340c 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,