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

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

Issue 9791023: Allow setting of user and device policies in functional tests (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Oops... turns out these constants are reference by other files after all. Created 8 years, 8 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
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 1278689245dd6628b5e2cb1ae2ca30196a6cdfe3..58623185783a0e461abbc7241769ac5e8d853a3b 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1380,28 +1380,6 @@ class TestingAutomationProvider : public AutomationProvider,
void CreateNewAutomationProvider(base::DictionaryValue* args,
IPC::Message* reply_message);
- // Enforces the policies in |args|. The policies are provided as a dictionary
- // of policy names to their values. The top-level dictionary maps the policy
- // provider level to its dictionary.
- // Example:
- // input: { "managed_platform": {
- // "ShowHomeButton": true,
- // "SafeBrowsingEnabled": false,
- // },
- // "recommended_platform": {
- // ...
- // },
- // "managed_cloud": {
- // ...
- // },
- // "recommended_cloud": {
- // ...
- // }
- // }
- // output: none
- void SetPolicies(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:
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | chrome/test/pyautolib/asn1der.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698