Index: chrome/browser/content_settings/content_settings_policy_provider.cc |
diff --git a/chrome/browser/content_settings/content_settings_policy_provider.cc b/chrome/browser/content_settings/content_settings_policy_provider.cc |
index 0fedcd6b12b0744c97d162b7630b2876cf384b22..c5f3348ff59f338a2cd97ad32f39ba4ff6dcdad3 100644 |
--- a/chrome/browser/content_settings/content_settings_policy_provider.cc |
+++ b/chrome/browser/content_settings/content_settings_policy_provider.cc |
@@ -216,13 +216,13 @@ PolicyProvider::PolicyProvider(PrefService* prefs) : prefs_(prefs) { |
prefs::kManagedNotificationsAllowedForUrls, callback); |
pref_change_registrar_.Add( |
prefs::kManagedNotificationsBlockedForUrls, callback); |
- // The following preferences are only used to indicate if a |
- // default content setting is managed and to hold the managed default setting |
- // value. If the value for any of the following perferences is set then the |
- // corresponding default content setting is managed. These preferences exist |
- // in parallel to the preference default content settings. If a |
- // default content settings type is managed any user defined excpetions |
- // (patterns) for this type are ignored. |
+ // The following preferences are only used to indicate if a default content |
+ // setting is managed and to hold the managed default setting value. If the |
+ // value for any of the following preferences is set then the corresponding |
+ // default content setting is managed. These preferences exist in parallel to |
+ // the preference default content settings. If a default content settings type |
+ // is managed any user defined exceptions (patterns) for this type are |
+ // ignored. |
pref_change_registrar_.Add(prefs::kManagedDefaultCookiesSetting, callback); |
pref_change_registrar_.Add(prefs::kManagedDefaultImagesSetting, callback); |
pref_change_registrar_.Add(prefs::kManagedDefaultJavaScriptSetting, callback); |