Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index fb670a86030e71f466bc3614642b8b6f1b38f264..e4474d832e73e645cc09739a1f017561fb0e2be9 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -33,6 +33,11 @@ const char kHomePageChanged[] = "homepage_changed"; |
// Does this user have a Google+ Profile? |
const char kIsGooglePlusUser[] = "is_google_plus_user"; |
+// 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"; |
+ |
// Used to determine if the last session exited cleanly. Set to false when |
// first opened, and to true when closing. On startup if the value is false, |
// it means the profile didn't exit cleanly. |