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

Unified Diff: chrome/browser/content_settings/host_content_settings_map.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/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 1ccdf44e6429fb5554618c4cbf671521fe586e24..b383e0fce6ccf085081a6815b1857804bb28392d 100644
--- a/chrome/browser/content_settings/host_content_settings_map.h
+++ b/chrome/browser/content_settings/host_content_settings_map.h
@@ -39,9 +39,9 @@ class HostContentSettingsMap
public base::RefCountedThreadSafe<HostContentSettingsMap> {
public:
enum ProviderType {
- PLATFORM_APP_PROVIDER = 0,
+ INTERNAL_EXTENSION_PROVIDER = 0,
POLICY_PROVIDER,
- EXTENSION_PROVIDER,
+ CUSTOM_EXTENSION_PROVIDER,
PREF_PROVIDER,
DEFAULT_PROVIDER,
NUM_PROVIDER_TYPES,

Powered by Google App Engine
This is Rietveld 408576698