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

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

Issue 6300015: Rename ContentSettingsProviderInterface to DefaultContentSettingsProviderInterface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/content_settings
Patch Set: " Created 9 years, 11 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.h
diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
index 915d9742ef1fae0214fc852ffc6f4f6bc1d3a208..01102981fc154482d4ef715bb19c2a25287c770a 100644
--- a/chrome/browser/content_settings/host_content_settings_map.h
+++ b/chrome/browser/content_settings/host_content_settings_map.h
@@ -26,7 +26,7 @@
#include "chrome/common/notification_registrar.h"
class ContentSettingsDetails;
-class ContentSettingsProviderInterface;
+class DefaultContentSettingsProvider;
class DictionaryValue;
class GURL;
class PrefService;
@@ -229,7 +229,7 @@ class HostContentSettingsMap
bool updating_preferences_;
// Content setting providers.
- std::vector<linked_ptr<ContentSettingsProviderInterface> >
+ std::vector<linked_ptr<DefaultContentSettingsProvider> >
content_settings_providers_;
jochen (gone - plz use gerrit) 2011/01/25 14:31:55 please rename this to default_content_settings_pro
markusheintz_ 2011/01/25 14:46:22 This is already in the last previous patchset set.
// Used around accesses to the following objects to guarantee thread safety.

Powered by Google App Engine
This is Rietveld 408576698