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

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

Issue 9863047: Exclude ProtectorService code from Android build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 9 months 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
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cae0b8a63c77879c94cfb1afa1f5160dd63331c6..cdb41218a10efd5313189d402edef9d7285c17f9 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -492,6 +492,7 @@ 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,
@@ -503,6 +504,7 @@ class TestingAutomationProvider : public AutomationProvider,
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.
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698