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

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: Created 8 years, 1 month 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
« chrome/browser/profiles/profile_impl.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 33c71b18199ec9afa90969ca6b28a5afdf6dda58..283ddf62a27e549309d17cda946ea26fd4c9ebd6 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -824,14 +824,14 @@ const char kDeauthorizeContentLicenses[] =
"browser.clear_data.content_licenses";
const char kDeleteTimePeriod[] = "browser.clear_data.time_period";
-//Family Control Prefs
-//Boolean pref controlling whether history deleting is disabled
+// Family Control Prefs
+// Boolean pref controlling whether history deleting is disabled
const char kDeletingBrowserHistoryDisabled[] = "history.deleting_disabled";
// Pref to prevent syncing on sign in.
const char kDisableSigninSync[] = "signin.sync_disabled";
-//An integer pref. Holds one of three values:
+// An integer pref. Holds one of three values:
// 0: allow sites outside of the family packs for a managed user.
// 1: warn user if they try to access sites outside of the family packs.
// 2: block sites outside of the family packs for a managed user.
@@ -2137,6 +2137,10 @@ const char kTouchScreenFlingAccelerationAdjustment[] =
// Indicates whether the browser is in managed mode.
const char kInManagedMode[] = "managed_mode";
+// Whitelist for manually approved pages.
+const char kManagedModeWhitelist[] = "managed_mode.whitelist";
+// Blacklist for manually blocked pages.
+const char kManagedModeBlacklist[] = "managed_mode.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/profiles/profile_impl.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698