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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 11418114: Add policy for ash launcher auto-hide behavior (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/test/data/policy/policy_test_cases.json
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index a6941d241563f138d81b88906e90e69b6cb108bc..34fd3e5d4882888deee9733d7416f5bb868f6305 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -1477,6 +1477,14 @@
]
},
+ "ShelfAutoHideBehavior": {
+ "os": ["chromeos"],
+ "test_policy": { "ShelfAutoHideBehavior": "Always" },
+ "pref_mappings": [
+ { "pref": "auto_hide_behavior_local" }
+ ]
+ },
+
"----- Chrome OS device policies ---------------------------------------": {},
"DevicePolicyRefreshRate": {

Powered by Google App Engine
This is Rietveld 408576698