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

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

Issue 10905223: Converted policy_prefs_ui.py pyauto test to a browser_test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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 | « chrome/app/policy/PRESUBMIT.py ('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 33e1633cafc3d77b7db6e567ebcf96739594cd93..41d3ecdda68270573fe10d3bdb3f25ba5ff65fc4 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1373,16 +1373,6 @@ class TestingAutomationProvider : public AutomationProvider,
void CreateNewAutomationProvider(base::DictionaryValue* args,
IPC::Message* reply_message);
- // Gets a list of supported policies. The output is a map of policy name to
- // its value type.
- // Example:
- // input: none
- // output: { "ShowHomeButton": "bool",
- // "DefaultSearchProviderSearchURL": "str"
- // }
- void GetPolicyDefinitionList(base::DictionaryValue* args,
- IPC::Message* reply_message);
-
// Triggers a policy update on the platform and cloud providers, if they
// exist. Returns after the update notifications are received.
// Example:
« no previous file with comments | « chrome/app/policy/PRESUBMIT.py ('k') | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698