Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index fb670a86030e71f466bc3614642b8b6f1b38f264..7024c59fbcff9a4651820a13a9be10c054d17bdb 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2199,6 +2199,10 @@ const char kOverscrollVerticalResistThreshold[] = |
// Indicates whether the browser is in managed mode. |
const char kInManagedMode[] = "managed_mode"; |
Bernhard Bauer
2013/01/07 17:31:49
Can you also move these?
Sergiu
2013/01/08 09:31:54
Done.
|
+// List of pages that are manually approved. |
+const char kManagedModeWhitelist[] = "profile.managed.whitelist"; |
+// List of pages that are manually blocked. |
+const char kManagedModeBlacklist[] = "profile.managed.blacklist"; |
// Counts how many more times the 'profile on a network share' warning should be |
// shown to the user before the next silence period. |