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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list.cc

Issue 11418114: Add policy for ash launcher auto-hide behavior (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. 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/policy/configuration_policy_handler_list.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list.cc b/chrome/browser/policy/configuration_policy_handler_list.cc
index bd52280eb967852ab3f89432abdebb79834e50ba..a798ddff275e9e155435a896bf115574a3927160 100644
--- a/chrome/browser/policy/configuration_policy_handler_list.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list.cc
@@ -335,6 +335,9 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kShowLogoutButtonInTray,
prefs::kShowLogoutButtonInTray,
Value::TYPE_BOOLEAN },
+ { key::kShelfAutoHideBehavior,
+ prefs::kShelfAutoHideBehaviorLocal,
+ Value::TYPE_STRING },
#endif // defined(OS_CHROMEOS)
#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS)
« no previous file with comments | « chrome/app/policy/policy_templates.json ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698