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

Unified Diff: chrome/browser/content_settings/content_settings_policy_provider.cc

Issue 382153006: Fix 'except' and 'prefer' spelling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop change to braille_table.js because it fails CQ. Created 6 years, 5 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/history/history_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/history/history_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698