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

Unified Diff: components/policy/core/common/policy_pref_names.h

Issue 27536003: Moved prefs::kUserPolicyRefreshRate to component/policy/policy_pref_names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/policy/core/common/policy_pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/policy_pref_names.h
diff --git a/components/policy/core/common/policy_pref_names.h b/components/policy/core/common/policy_pref_names.h
index 7e83c067bace77e2e58dd5cf904a4503a8589108..5ebcef68b052ffd0311527b81f7b3cfe9d10d775 100644
--- a/components/policy/core/common/policy_pref_names.h
+++ b/components/policy/core/common/policy_pref_names.h
@@ -8,14 +8,16 @@
#include "components/policy/policy_export.h"
namespace policy {
-namespace prefs {
+namespace policy_prefs {
// Constants for the names of policy-related preferences.
-// TODO(dconnelly): remove POLICY_EXPORT once the statistics collector moves
-// to the policy component (crbug.com/271392).
+// TODO(dconnelly): remove POLICY_EXPORT once the policy code moves to the
+// policy component (crbug.com/271392).
+
POLICY_EXPORT extern const char kLastPolicyStatisticsUpdate[];
+POLICY_EXPORT extern const char kUserPolicyRefreshRate[];
-} // prefs
+} // namespace policy_prefs
} // namespace policy
#endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_PREF_NAMES_H_
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/policy/core/common/policy_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698