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

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

Issue 7837038: Address post commit comments for CL http://codereview.chromium.org/7828022/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/content_settings/content_settings_policy_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/content_settings/host_content_settings_map.cc
diff --git a/chrome/browser/content_settings/host_content_settings_map.cc b/chrome/browser/content_settings/host_content_settings_map.cc
index 5072377d0e038a0552458cf5451292bb094a7374..f05ef0acdc5b38d317b108dac41eff3454b53e6f 100644
--- a/chrome/browser/content_settings/host_content_settings_map.cc
+++ b/chrome/browser/content_settings/host_content_settings_map.cc
@@ -189,7 +189,7 @@ ContentSettings HostContentSettingsMap::GetDefaultContentSettings() const {
ContentSettings output(CONTENT_SETTING_DEFAULT);
for (int i = 0; i < CONTENT_SETTINGS_NUM_TYPES; ++i) {
if (!ContentTypeHasCompoundValue(ContentSettingsType(i)))
- output.settings[i] = GetDefaultContentSetting(ContentSettingsType(i));
+ output.settings[i] = GetDefaultContentSetting(ContentSettingsType(i));
}
return output;
}
« no previous file with comments | « chrome/browser/content_settings/content_settings_policy_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698