diff options
author | dubroy@chromium.org <dubroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 18:53:20 +0000 |
---|---|---|
committer | dubroy@chromium.org <dubroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 18:53:20 +0000 |
commit | eee038d8ced3919042081da43adee65b58914e2f (patch) | |
tree | 3874c85cb6d9ce3e1f46f5262b54ba02dc7e1415 /chrome/common/pref_names.h | |
parent | 643e822453fd9e47f184043994076933e02c4c93 (diff) | |
download | chromium_src-eee038d8ced3919042081da43adee65b58914e2f.zip chromium_src-eee038d8ced3919042081da43adee65b58914e2f.tar.gz chromium_src-eee038d8ced3919042081da43adee65b58914e2f.tar.bz2 |
Apply individual policies for the various parts of device status reports.
BUG=chromium-os:24308
TEST=Modified DeviceStatusCollectorTest in unit_tests to check that
portions of the status are only included when the appropriate pref is
enabled.
Review URL: http://codereview.chromium.org/9289017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 62eba9a..1d0be21 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -615,8 +615,6 @@ extern const char kSignedSettingsCache[]; extern const char kHardwareKeyboardLayout[]; extern const char kCarrierDealPromoShown[]; extern const char kShouldAutoEnroll[]; -extern const char kReportDeviceVersionInfo[]; -extern const char kReportDeviceActivityTimes[]; #endif extern const char kClearPluginLSODataEnabled[]; |