Move prefs::kLastPolicyStatisticsUpdate to the policy component.
commit11d7acc1af762827163b30f54237363c14789f73
authordconnelly@chromium.org <dconnelly@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 19 Sep 2013 11:50:46 +0000 (19 11:50 +0000)
committerdconnelly@chromium.org <dconnelly@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 19 Sep 2013 11:50:46 +0000 (19 11:50 +0000)
treef22d0c84d810fb2642ebf01468823378c7789ee2
parenta795137e3b06456ce1dd93532f9366e58ea89000
Move prefs::kLastPolicyStatisticsUpdate to the policy component.

This change adds components/policy/core/common/pref_names.(h|cc), which
holds alls policy-specific pref names.  This removes DEPS violations
from the PolicyStatisticsCollector.

BUG=271392

Review URL: https://chromiumcodereview.appspot.com/23653044

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224111 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/policy/DEPS
chrome/browser/policy/policy_statistics_collector.cc
chrome/browser/policy/policy_statistics_collector_unittest.cc
chrome/common/pref_names.cc
chrome/common/pref_names.h
components/policy.gypi
components/policy/core/common/policy_pref_names.cc [new file with mode: 0644]
components/policy/core/common/policy_pref_names.h [new file with mode: 0644]