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

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

Issue 23653044: Move prefs::kLastPolicyStatisticsUpdate to the policy component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: various movings around and export Created 7 years, 3 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 | « components/policy.gypi ('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
new file mode 100644
index 0000000000000000000000000000000000000000..cc31328c01f98de39f0d5ef148fec382135a3cdc
--- /dev/null
+++ b/components/policy/core/common/policy_pref_names.h
@@ -0,0 +1,19 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef COMPONENTS_POLICY_CORE_COMMON_PREF_NAMES_H_
+#define COMPONENTS_POLICY_CORE_COMMON_PREF_NAMES_H_
+
+#include "components/policy/policy_export.h"
+
+namespace policy {
+namespace prefs {
+
+// Constants for the names of policy-related preferences.
+POLICY_EXPORT extern const char kLastPolicyStatisticsUpdate[];
Joao da Silva 2013/09/18 13:36:13 Leave a TODO here pointing to the same bug and ind
dconnelly 2013/09/19 09:12:55 Done.
+
+} // prefs
+} // namespace policy
+
+#endif // COMPONENTS_POLICY_CORE_COMMON_PREF_NAMES_H_
« no previous file with comments | « components/policy.gypi ('k') | components/policy/core/common/policy_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698