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

Side by Side Diff: chrome/common/pref_names.cc

Issue 9289017: Apply individual policies for the various parts of device status reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 // false if the user opts out of auto enrollment. 1599 // false if the user opts out of auto enrollment.
1600 const char kShouldAutoEnroll[] = "ShouldAutoEnroll"; 1600 const char kShouldAutoEnroll[] = "ShouldAutoEnroll";
1601 1601
1602 // A boolean pref that indicates whether OS & firmware version info should be 1602 // A boolean pref that indicates whether OS & firmware version info should be
1603 // reported along with device policy requests. 1603 // reported along with device policy requests.
1604 const char kReportDeviceVersionInfo[] = "device_status.report_version_info"; 1604 const char kReportDeviceVersionInfo[] = "device_status.report_version_info";
1605 1605
1606 // A boolean pref that indicates whether device activity times should be 1606 // A boolean pref that indicates whether device activity times should be
1607 // recorded and reported along with device policy requests. 1607 // recorded and reported along with device policy requests.
1608 const char kReportDeviceActivityTimes[] = "device_status.report_activity_times"; 1608 const char kReportDeviceActivityTimes[] = "device_status.report_activity_times";
1609
1610 // A boolean pref that indicates whether device the state of the dev switch
1611 // at boot mode should be reported along with device policy requests.
1612 const char kReportDeviceBootMode[] = "device_status.report_boot_mode";
pastarmovj 2012/01/26 09:52:11 Those pref names will have to go to the cros_setti
Patrick Dubroy 2012/01/27 15:20:29 Done.
1609 #endif 1613 #endif
1610 1614
1611 // Whether there is a Flash version installed that supports clearing LSO data. 1615 // Whether there is a Flash version installed that supports clearing LSO data.
1612 const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled"; 1616 const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled";
1613 1617
1614 // String which specifies where to store the disk cache. 1618 // String which specifies where to store the disk cache.
1615 const char kDiskCacheDir[] = "browser.disk_cache_dir"; 1619 const char kDiskCacheDir[] = "browser.disk_cache_dir";
1616 // Pref name for the policy specifying the maximal cache size. 1620 // Pref name for the policy specifying the maximal cache size.
1617 const char kDiskCacheSize[] = "browser.disk_cache_size"; 1621 const char kDiskCacheSize[] = "browser.disk_cache_size";
1618 // Pref name for the policy specifying the maximal media cache size. 1622 // Pref name for the policy specifying the maximal media cache size.
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1733 1737
1734 // String that represents the recovery component last downloaded version. This 1738 // String that represents the recovery component last downloaded version. This
1735 // takes the usual 'a.b.c.d' notation. 1739 // takes the usual 'a.b.c.d' notation.
1736 const char kRecoveryComponentVersion[] = "recovery_component.version"; 1740 const char kRecoveryComponentVersion[] = "recovery_component.version";
1737 1741
1738 // String that stores the component updater last known state. This is used for 1742 // String that stores the component updater last known state. This is used for
1739 // troubleshooting. 1743 // troubleshooting.
1740 const char kComponentUpdaterState[] = "component_updater.state"; 1744 const char kComponentUpdaterState[] = "component_updater.state";
1741 1745
1742 } // namespace prefs 1746 } // namespace prefs
OLDNEW
« chrome/browser/policy/proto/chrome_device_policy.proto ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698