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

Unified Diff: chrome/common/pref_names.h

Issue 6079012: Allow policy refresh rate to be configured through policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows build. Created 9 years, 12 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 0450a21e31a39a31a0ac13c25165ba9ef13ec0ab..f44ef89276eb3690460163d2243d7947e37530a6 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -231,6 +231,7 @@ extern const char kAutoFillPersonalDataManagerFirstRun[];
extern const char kUseVerticalTabs[];
extern const char kEnableTranslate[];
extern const char kPinnedTabs[];
+extern const char kPolicyRefreshRate[];
// Local state
extern const char kMetricsClientID[];

Powered by Google App Engine
This is Rietveld 408576698