summaryrefslogtreecommitdiffstats
path: root/chrome/app/policy/policy_templates.json
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated the documentation of the SafeBrowsingEnabled policy.joaodasilva@chromium.org2013-05-211-1/+1
| | | | | | | | | | | | | This policy affects the "Enable phishing and malware protection" setting but the policy documentation doesn't mention that, making it hard to find for administrators that are not familiar with the safe browsing service but want to lock that setting. BUG=241484 Review URL: https://chromiumcodereview.appspot.com/15470011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201313 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed the supported version range of the SigninAllowed policy.joaodasilva@chromium.org2013-05-171-1/+1
| | | | | | | | | | This policy was first introduced in Chrome 27, and is not supported on Chrome 26. BUG=None Review URL: https://chromiumcodereview.appspot.com/15293004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200927 0039d316-1c4b-4281-b951-d872f2087c98
* Added AttestationEnabledForDevice policy to template and decoder.dkrahn@google.com2013-05-141-1/+18
| | | | | | | | | | | | This was missed when the policy was originally added so it did not show on chrome://policy. BUG=chromium:238815 TEST=unit, manual Review URL: https://chromiumcodereview.appspot.com/15078004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199946 0039d316-1c4b-4281-b951-d872f2087c98
* Delete old Instant.sreeram@chromium.org2013-05-091-3/+6
| | | | | | | | | | | | | | | | | | | | | | | Instant Extended will soon become default, and it's incompatible with old Instant, so we are removing the latter. This patch makes it so that old Instant can't be enabled, thus practically eliminating it. However, there's still a lot of cruft left behind (e.g., in InstantController). Future patches will clean that up, but without any change in functionality. Also: + Changes/adds a bunch of labels used with the Instant Extended checkbox (for example, local-only mode is correctly represented now). + Renames the Instant Extended pref (not only the C++ identifier, but also the underlying string used in the pref store). BUG=238686 R=sky@chromium.org,robertshield@chromium.org,joaodasilva@chromium.org,kalman@chromium.org TEST=Old Instant no longer exists. Review URL: https://chromiumcodereview.appspot.com/14855014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199192 0039d316-1c4b-4281-b951-d872f2087c98
* Store managed user settings in ManagedModePolicyProvider.bauerb@chromium.org2013-05-061-1/+96
| | | | | | | | | | | Change the managed user settings UI so that it writes its settings to policy (via the ManagedModePolicyProvider) instead of preferences. This enforces the settings (so that they can't be overridden by preferences) and allows us to keep them in Sync with cloud-configured settings. TBR=sky@chromium.org,zea@chromium.org,kalman@chromium.org BUG=128318 Review URL: https://chromiumcodereview.appspot.com/12256019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198429 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy for disabling screen wake locks.mnissler@chromium.org2013-05-031-1/+19
| | | | | | | | | | | | | The power management extension API allows extensions to grab wake locks, which potentially override policy-specified idle timeouts. This adds a policy that enables admins to prevent screen wake locks to take effect. BUG=chromium:236827 TEST=PowerPolicyBrowserTest Review URL: https://chromiumcodereview.appspot.com/14856017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198106 0039d316-1c4b-4281-b951-d872f2087c98
* Put Kiosk App parameters into device settings.mnissler@chromium.org2013-05-021-1/+20
| | | | | | | | | | | | | | | Remove the existing Kiosk App loading logic that presisted data in local_state and replace it by code that reads/writes from/to device settings. We're now using the existing device-local accounts users list, which is also one step towards handling kiosk apps within the standard login/user framework. BUG=chromium:216359 TEST=Configure Kiosk App in device settings, observe it showing up on the login screen. Review URL: https://codereview.chromium.org/14306004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197892 0039d316-1c4b-4281-b951-d872f2087c98
* Implement Enterprise Key API.davidyu@chromium.org2013-04-191-1/+44
| | | | | | | | | | | | | | Proposal: https://docs.google.com/a/google.com/document/d/1KxtQCk4SJdAZId8WxtnCxR3kS2KvhFDsU0SdAeP18Xc/edit The logic of the API is implemented. Add prefernces and policies are added. The underlying cryptohome_client will be implemented in another CL. BUG=chromium:219963 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/13132004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195043 0039d316-1c4b-4281-b951-d872f2087c98
* Add a Chrome OS device policy for Variations Restrict Parameter, called ↵mathp@chromium.org2013-04-181-3/+23
| | | | | | | | | | | | | | DeviceVariationsRestrictParameter. Made previous VariationsRestrictParameter policy exclude Chrome OS. CL based on https://codereview.chromium.org/12728009/ BUG=232881 Review URL: https://chromiumcodereview.appspot.com/14329002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194963 0039d316-1c4b-4281-b951-d872f2087c98
* Update the description for DriveDisabled to clarify its purpose.haruki@chromium.org2013-04-181-4/+4
| | | | | | | | | | | The description now mentions that it controls only Google Drive feature integrated in Files App. BUG=220006 TEST=None, doc update only. Review URL: https://chromiumcodereview.appspot.com/13878012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194943 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy usage note per pludwig@mnissler@chromium.org2013-04-031-1/+3
| | | | | | | | | | BUG=None TEST=Usage note appears in the generated policy documentation. Review URL: https://chromiumcodereview.appspot.com/13519002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192068 0039d316-1c4b-4281-b951-d872f2087c98
* Deprecate EnterpriseWebstoreURL and EnterpriseWebstoreName policies.mnissler@chromium.org2013-03-221-2/+8
| | | | | | | | | | | | | The functionality they provide can be implemented using ExtensionInstallSources and a force-installed webapp launcher in a more flexible and secure way. BUG=chromium:178938 TEST=None, doc update only. Review URL: https://codereview.chromium.org/12987002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189946 0039d316-1c4b-4281-b951-d872f2087c98
* Add policies for the AC/battery idle warning delaybartfab@chromium.org2013-03-221-1/+41
| | | | | | | | | | | | This CL adds user policies to control the idle warning delay when running on AC and battery power. BUG=195560 TEST=browsertest, unittest Review URL: https://codereview.chromium.org/12596016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189804 0039d316-1c4b-4281-b951-d872f2087c98
* Add a policy to control the parameter to the Variations seed fetchmathp@chromium.org2013-03-201-1/+20
| | | | | | | | | | | | Note: Changes to pref_names.{h,cc} are only indicative, will be reverted when feature CL lands. https://chromiumcodereview.appspot.com/12537006/ BUG=None TEST=ConfigurationPolicyPrefStoreTest Review URL: https://chromiumcodereview.appspot.com/12865009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189311 0039d316-1c4b-4281-b951-d872f2087c98
* Implement a policy to auto-login a public account.dconnelly@chromium.org2013-03-201-1/+41
| | | | | | | | | | | | | | Un-revert 12218078, and check if the device local account policy is already set before spinning a run loop in ExistingUserControllerPublicSessionTest#SetUpOnMainThread. BUG=152933 TBR=satorux Review URL: https://chromiumcodereview.appspot.com/12457029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189225 0039d316-1c4b-4281-b951-d872f2087c98
* Add policies for periodic reboot and reboot-after-updatebartfab@chromium.org2013-03-191-2/+46
| | | | | | | | | | | | | | | | | | | | | This CL adds two new device policies: Reboot after X amount of uptime and reboot when a reboot is necessary to finish applying an update. Such automatic reboots may be delayed by up to 24 hours while Chrome waits for a moment that causes the least disruption to the user (nobody logged in, nobody interacting with the login screen). If no convenient moment comes for 24 hours, a reboot is forced. The implementation persists information so that reboots happen at the expected times even if Chrome crashes in between. There are safeguards against reboot loops due to corrupted information. BUG=chromium-os:36400,177029 TEST=Extensive unit test coverage Review URL: https://chromiumcodereview.appspot.com/12578005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188999 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 188331 "Implement a policy to autologin a public account."jeremya@chromium.org2013-03-181-41/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to flaky tests: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40DEPS%20CrOS%20-%20chromium.org&testType=browser_tests&tests=ExistingUserControllerPublicSessionTest > Implement a policy to autologin a public account. > > This introduces a policy to automatically login a public account on > Chrome OS after a specified period of time has elapsed at the login > screen. There are two new policy settings: > "DeviceLocalAccountAutoLoginUsername", which determines which public > account will be logged in, and "DeviceLocalAccountAutoLoginTimerMillis", > which specifies the amount of time that should elapse before autologin > takes place. > > The autologin timer is started in ExistingUserController when either the > sign-in screen UI is finished loading or the aforementioned policy > settings are changed. > > BUG=152933 > > > Review URL: https://chromiumcodereview.appspot.com/12218078 TBR=dconnelly@chromium.org Review URL: https://codereview.chromium.org/12763004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188690 0039d316-1c4b-4281-b951-d872f2087c98
* Implement a policy to autologin a public account.dconnelly@chromium.org2013-03-151-1/+41
| | | | | | | | | | | | | | | | | | | | | This introduces a policy to automatically login a public account on Chrome OS after a specified period of time has elapsed at the login screen. There are two new policy settings: "DeviceLocalAccountAutoLoginUsername", which determines which public account will be logged in, and "DeviceLocalAccountAutoLoginTimerMillis", which specifies the amount of time that should elapse before autologin takes place. The autologin timer is started in ExistingUserController when either the sign-in screen UI is finished loading or the aforementioned policy settings are changed. BUG=152933 Review URL: https://chromiumcodereview.appspot.com/12218078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188331 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce the DeviceStartUpFlags device policy.pastarmovj@google.com2013-03-141-1/+18
| | | | | | | | | | | First step towards moving system-wide flags from local state to signed settings. BUG=chromium-os:39251 TEST=policy consistency tests pass. Review URL: https://codereview.chromium.org/12728009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188031 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 186837 "Move pref backing up flags from local state to de..."pastarmovj@google.com2013-03-131-18/+1
| | | | | | | | | | | | | | | | | NOTE: Will recommit once session manager can handle flags for us. Move pref backing up flags from local state to device settings on ChromeOS. BUG=chromium:18331 TEST=Existing unit and browser tests should pass. Review URL: https://chromiumcodereview.appspot.com/12452003 TBR=pastarmovj@chromium.org Review URL: https://codereview.chromium.org/12728008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187883 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust the documentation of two policies in Chrome.pastarmovj@chromium.org2013-03-121-2/+2
| | | | | | | | | | | | | | Affected policies are: * Authentication server whitelist * Kerberos delegation server whitelist BUG=chromium:185201 TEST=none Review URL: https://chromiumcodereview.appspot.com/12776005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187634 0039d316-1c4b-4281-b951-d872f2087c98
* Move pref backing up flags from local state to device settings on ChromeOS.pastarmovj@chromium.org2013-03-081-1/+18
| | | | | | | | | | BUG=chromium-os:39250 TEST=Existing unit and browser tests should pass. Review URL: https://chromiumcodereview.appspot.com/12452003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186837 0039d316-1c4b-4281-b951-d872f2087c98
* Add a signin allowed policy which is used to determine if a user is allowed ↵akuegel@chromium.org2013-02-281-1/+17
| | | | | | | | | | | to sign in to Chrome. This will be used for example for one preference for managed user settings (Playpen project). BUG=171370 TEST=unit_tests, browser_tests, manual Review URL: https://chromiumcodereview.appspot.com/12088040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185359 0039d316-1c4b-4281-b951-d872f2087c98
* Add a policy to hide the Web Store on new tabs.dconnelly@chromium.org2013-02-251-1/+19
| | | | | | | | | | | | | | | | This change adds a new policy and boolean pref named "HideWebStoreIcon". When true, neither the "Web Store" button in the footer of the New Tab page nor the "Chrome Web Store" app icon on the Apps page is visible. This policy can be dynamically refreshed. Contributed by dconnelly@chromium.org BUG=89360 Review URL: https://chromiumcodereview.appspot.com/11859029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184454 0039d316-1c4b-4281-b951-d872f2087c98
* Ignoring the timezone policy if it is set to an empty string.pneubeck@chromium.org2013-02-191-1/+1
| | | | | | | | | BUG=176796 TEST=Change timezone as a user, then set timezone device policy to empty string and ensure that it doesn't affect the current timezone. Review URL: https://chromiumcodereview.appspot.com/12300016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183206 0039d316-1c4b-4281-b951-d872f2087c98
* Add ShowAccessibilityOptionsInSystemMenu policy.davidroche@chromium.org2013-02-141-1/+32
| | | | | | | | | | | | | | Setting this to true will always show the Accessibility menu in the system tray bubble. This is the menu with an icon of a hand that allows toggling preferences such as high-contrast and spoken feedback, without going to the settings page. BUG=174274 Review URL: https://chromiumcodereview.appspot.com/12217107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182493 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typo in policy_templates.jsonbartfab@chromium.org2013-02-131-1/+1
| | | | | | | | | | | | | This CL fixes a one-letter typo in a policy description. BUG=None TEST=None TBR=mnissler@chromium.org Review URL: https://chromiumcodereview.appspot.com/12230009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182262 0039d316-1c4b-4281-b951-d872f2087c98
* Add a policy and pref to control whether deleting browsing and download ↵pam@chromium.org2013-02-131-1/+26
| | | | | | | | | | | | | | history is allowed. The policy is currently disabled (by saying that it is supported on no platforms), pending a UI treatment that allows users to know when deleting browsing history is prohibited. TBR=rlp@chromium.org BUG=175419 Review URL: https://chromiumcodereview.appspot.com/12209091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182233 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 181499 - Allow Terms of Service to be specified for Public Accountsbartfab@chromium.org2013-02-101-1/+21
| | | | | | | | | | | | | | | | | This CL allows Terms of Service to be specified for a Public Account. The terms are set by specifying a URL through policy. Chrome downloads the terms and presents them to the user. Only if the user accepts the terms can the Public Account be entered. This CL also fixes the regression described in issue 174314. TEST=Manual BUG=chromium-os:32780, 174314 TBR=nkostylev,mnissler Review URL: https://codereview.chromium.org/12221097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181656 0039d316-1c4b-4281-b951-d872f2087c98
* Disable/enable echo for enterprise device.oscarpan@google.com2013-02-101-1/+19
| | | | | | | | | | | | | Create a new policy to controll disable/enable Echo and make the policy value avaialbe to Echo extension. BUG=chromium-os:38500 TEST=unittest and manually check the flow is working. Review URL: https://chromiumcodereview.appspot.com/12147004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181649 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 181499 - Allow Terms of Service to be specified for Public Accountsbartfab@chromium.org2013-02-081-34/+14
| | | | | | | | | | | | | | | | | | | | This CL allows Terms of Service to be specified for a Public Account. The terms are set by specifying a URL through policy. Chrome downloads the terms and presents them to the user. Only if the user accepts the terms can the Public Account be entered. This CL also fixes the regression described in issue 174314. TEST=Manual BUG=chromium-os:32780,174314 Review URL: https://codereview.chromium.org/12218014 TBR=bartfab@chromium.org Review URL: https://codereview.chromium.org/12213087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181512 0039d316-1c4b-4281-b951-d872f2087c98
* Add policies to control Chrome OS power managementbartfab@chromium.org2013-02-081-1/+333
| | | | | | | | | | | | This CL adds policies that set the newly added prefs for configuring Chrome OS power management. BUG=161267 TEST=Manual Review URL: https://codereview.chromium.org/12217068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181504 0039d316-1c4b-4281-b951-d872f2087c98
* Allow Terms of Service to be specified for Public Accountsbartfab@chromium.org2013-02-081-1/+21
| | | | | | | | | | | | | | | | This CL allows Terms of Service to be specified for a Public Account. The terms are set by specifying a URL through policy. Chrome downloads the terms and presents them to the user. Only if the user accepts the terms can the Public Account be entered. This CL also fixes the regression described in issue 174314. TEST=Manual BUG=chromium-os:32780,174314 Review URL: https://codereview.chromium.org/12218014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181499 0039d316-1c4b-4281-b951-d872f2087c98
* Change policy support for capture device access to be ↵tommi@chromium.org2013-02-041-12/+10
| | | | | | | | | | | | prompt-user/always-allow/always-deny. Before it was either prompt-user or always-deny. TEST=Policy configuration of capture device access should work as before with the addition of supporting always-allow. Review URL: https://codereview.chromium.org/12082121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180416 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust the wording for the HomepageLocation policy.mnissler@chromium.org2013-01-161-1/+1
| | | | | | | | | | | | | | Previously, it stated that the policy value gets ignored, even if it still shows up in the settings UI. Fix the wording to indicate that the policy doesn't take effect. BUG=chromium:49882 TEST=None Review URL: https://chromiumcodereview.appspot.com/11961016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177159 0039d316-1c4b-4281-b951-d872f2087c98
* Fix version numbers for ForceSafeSearch policy documentation.mnissler@chromium.org2013-01-161-1/+1
| | | | | | | | | | | | | The policy was added in 25.0.1321.0, but the documentation says it's available in 24. Fix that. BUG=chromium:170316 TEST=None Review URL: https://chromiumcodereview.appspot.com/11956010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177150 0039d316-1c4b-4281-b951-d872f2087c98
* Improve policy documentation.joaodasilva@chromium.org2013-01-141-10/+10
| | | | | | Review URL: https://chromiumcodereview.appspot.com/11883010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176665 0039d316-1c4b-4281-b951-d872f2087c98
* Add search_terms_replacement_key field to TemplateURL.beaudoin@chromium.org2013-01-031-1/+19
| | | | | | | | | | | This CL is the first step in removing the hardcoded "espv" parameter used by instant-extended to detect when to perform search term replacement in the omnibox. The search_terms_replacement_key has beed added to prepopulated_engines, TemplateURL, policy, web_database, prefs, and sync. BUG=161602 Review URL: https://chromiumcodereview.appspot.com/11552020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175014 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy for limiting the session lengthbartfab@chromium.org2012-12-151-5/+27
| | | | | | | | | | | | | | | | | If this policy is set, the user is logged out when the time since login reaches the limit. The CL adds a SessionLengthLimiter that enforces the limit. A separate CL will add the UI that shows a countdown timer to the user. BUG=chromium-os:26957 TEST=Manual TBR=sky@chromium.org (vor chrome_browser_chromeos.gypi) Review URL: https://codereview.chromium.org/11499012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173285 0039d316-1c4b-4281-b951-d872f2087c98
* Implement policy for setting the display name on public accounts.mnissler@chromium.org2012-12-141-1/+21
| | | | | | | | | BUG=chromium:164599 TEST=Manual Review URL: https://codereview.chromium.org/11566019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173162 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy for restricting allowed apps/extension types.mnissler@chromium.org2012-12-111-1/+37
| | | | | | | | | | BUG=chromium:165202 TEST=Unit tests, manual: configure the policy and try to add extension of non-allowed type. Review URL: https://chromiumcodereview.appspot.com/11512004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172397 0039d316-1c4b-4281-b951-d872f2087c98
* Add a presubmit check for per_profile feature flag on user policies.mnissler@chromium.org2012-12-111-0/+2
| | | | | | | | | | BUG=None TEST=Compiles. Review URL: https://chromiumcodereview.appspot.com/11538004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172329 0039d316-1c4b-4281-b951-d872f2087c98
* Add per_profile field to policy_templates.jsonmnissler@chromium.org2012-12-111-164/+568
| | | | | | | | | | | | | This helps documenting which policies are supposed to work for cloud-managed profiles. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/11308291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172307 0039d316-1c4b-4281-b951-d872f2087c98
* Mark some policies unsupported on Chrome OS.mnissler@chromium.org2012-12-111-7/+7
| | | | | | | | | | | | | These policies have dynamic_refresh == false, thus can never have worked properly on Chrome OS. Adjust the template to match that fact. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/11316302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172196 0039d316-1c4b-4281-b951-d872f2087c98
* Add policies to block selectively the video or audio capture through ↵pastarmovj@google.com2012-12-061-4/+22
| | | | | | | | | | | | | WebRTC/html. Also makes sure the UI is updated appropriately. BUG=159400 TEST=unit,browser; Manually by setting the new policies to DENY and verify that the devices are not available. Review URL: https://codereview.chromium.org/11418089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171467 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy for ash launcher auto-hide behaviorbartfab@chromium.org2012-12-041-1/+41
| | | | | | | | | | | | | | | This CL adds a policy that controls the ash launcher auto-hide behavior. It also modifies the way that the launcher context menu reads and toggles the current auto-hide behavior, ensuring that all changes go through the kShelfAutoHideBehaviorLocal pref that the policy can override. BUG=152929 TBR=davemoore@chromium.org Review URL: https://chromiumcodereview.appspot.com/11418114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170947 0039d316-1c4b-4281-b951-d872f2087c98
* Fix documentation for the printing policies.mnissler@chromium.org2012-11-281-7/+7
| | | | | | | | | | | | They had a misleading sentence about the user being able to disable printing, which is gone now. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/11415150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169923 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy for disabling the built-in asynchronous DNS client.szym@chromium.org2012-11-261-1/+20
| | | | | | | | | | | Ensure the callback passed to PrefMember::Init is called on the target thread after PrefMember::MoveToThread. BUG=161381 Review URL: https://chromiumcodereview.appspot.com/11358206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169521 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy to show a logout button in the ash system traybartfab@chromium.org2012-11-231-1/+18
| | | | | | | | | | | | This CL adds a policy that, when enabled, adds a big, red logout button to the ash system tray. BUG=152929 Review URL: https://chromiumcodereview.appspot.com/11411143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169337 0039d316-1c4b-4281-b951-d872f2087c98
* Roll grit to rev 86.joaodasilva@chromium.org2012-11-201-1/+1
| | | | | | | | | | | Updated recommended policy label (depends on the grit roll). BUG=115278 Review URL: https://chromiumcodereview.appspot.com/11411093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168834 0039d316-1c4b-4281-b951-d872f2087c98