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

Unified Diff: chrome/browser/extensions/api/content_settings/content_settings_store.h

Issue 10823370: rename ExtensionProvider and PlatformAppProvider class (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 4 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/extensions/api/content_settings/content_settings_store.h
diff --git a/chrome/browser/extensions/api/content_settings/content_settings_store.h b/chrome/browser/extensions/api/content_settings/content_settings_store.h
index f7dba86779fdf7366e83b429f89626aec4867298..17096ab86a8ca9171c0800ff649385f83a654afb 100644
--- a/chrome/browser/extensions/api/content_settings/content_settings_store.h
+++ b/chrome/browser/extensions/api/content_settings/content_settings_store.h
@@ -32,9 +32,9 @@ class RuleIterator;
namespace extensions {
// This class is the backend for extension-defined content settings. It is used
-// by the content_settings::ExtensionProvider to integrate its settings into the
-// HostContentSettingsMap and by the content settings extension API to provide
-// extensions with access to content settings.
+// by the content_settings::CustomExtensionProvider to integrate its settings
+// into the HostContentSettingsMap and by the content settings extension API to
+// provide extensions with access to content settings.
class ContentSettingsStore
: public base::RefCountedThreadSafe<ContentSettingsStore> {
public:

Powered by Google App Engine
This is Rietveld 408576698