| 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 a1ff14c776a34c7e224d358a578ad0037efcfcf0..3dc620a1d860f8b5d9d4cae4329c0cfa47c92c93 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map.cc
|
| +++ b/chrome/browser/content_settings/host_content_settings_map.cc
|
| @@ -50,6 +50,7 @@ typedef std::vector<content_settings::Rule> Rules;
|
|
|
| typedef std::pair<std::string, std::string> StringPair;
|
|
|
| +// TODO(bauerb): Expose constants.
|
| const char* kProviderNames[] = {
|
| "platform_app",
|
| "policy",
|
|
|