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

Unified Diff: chrome/common/pref_names.cc

Issue 11299035: Support manual (white|black)list, previewing and allowing after interstitial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replying to comments. Created 7 years, 11 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.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.
« chrome/browser/managed_mode/managed_mode_url_filter.h ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698