Chromium Code Reviews| 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 e02c751a4ede2f515bc82e1f2c6baee2fd32f186..4f5f7cb6a23989e7e005b867f735888131ab7b54 100644 |
| --- a/chrome/browser/content_settings/host_content_settings_map.h |
| +++ b/chrome/browser/content_settings/host_content_settings_map.h |
| @@ -40,8 +40,9 @@ class HostContentSettingsMap |
| public base::RefCountedThreadSafe<HostContentSettingsMap> { |
| public: |
| enum ProviderType { |
| - POLICY_PROVIDER = 0, |
| - EXTENSION_PROVIDER = 1, |
| + PLATFORM_APP_PROVIDER = 0, |
| + POLICY_PROVIDER = 1, |
|
Bernhard Bauer
2012/01/31 11:59:03
Nit: can you remove the = 1 here?
benwells
2012/02/01 02:30:34
Done.
|
| + EXTENSION_PROVIDER, |
| PREF_PROVIDER, |
| DEFAULT_PROVIDER, |
| NUM_PROVIDER_TYPES, |