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

Unified Diff: chrome/common/pref_names.h

Issue 7014036: Split the policy refresh rate preference into user- and device-policy refresh rate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index b2f48410b30b50177a5bd9bd05fd0bd86f5c90b9..42a61149cf582fe6551c5de576f2d106e5f2c8db 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -246,7 +246,8 @@ extern const char kEnableBookmarkBar[];
extern const char kPinnedTabs[];
extern const char kHttpThrottlingEnabled[];
-extern const char kPolicyRefreshRate[];
+extern const char kDevicePolicyRefreshRate[];
+extern const char kUserPolicyRefreshRate[];
Mattias Nissler (ping if slow) 2011/05/13 09:45:03 Please move these to the local_state prefs section
sfeuz 2011/05/17 14:27:42 Done.
extern const char kDisable3DAPIs[];
extern const char kEnableHyperlinkAuditing[];

Powered by Google App Engine
This is Rietveld 408576698