Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4159)

Unified Diff: chrome/browser/automation/testing_automation_provider.h

Issue 11493003: Remove the protector service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge & cleanup Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698