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

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

Issue 10381097: Move content settings extension API to content_settings dir. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: renamed to ContentSettingsStore and moved to extensions namespace Created 8 years, 7 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/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 1a28215210c04870f35f78b74ee4557c0da4b87b..3a1f3bad02cc4a381473ff12da8102cc94d1cb38 100644
--- a/chrome/browser/content_settings/host_content_settings_map.cc
+++ b/chrome/browser/content_settings/host_content_settings_map.cc
@@ -103,7 +103,7 @@ HostContentSettingsMap::HostContentSettingsMap(
// |extension_service| can be NULL in unit tests.
content_settings::ObservableProvider* extension_provider =
new content_settings::ExtensionProvider(
- extension_service->GetExtensionContentSettingsStore(),
+ extension_service->GetContentSettingsStore(),
is_off_the_record_);
extension_provider->AddObserver(this);
content_settings_providers_[EXTENSION_PROVIDER] = extension_provider;

Powered by Google App Engine
This is Rietveld 408576698