| Index: components/content_settings/core/common/content_settings.cc
|
| diff --git a/components/content_settings/core/common/content_settings.cc b/components/content_settings/core/common/content_settings.cc
|
| index ec1621532d923046acf5d916aaf72ed060168235..472c493eef8ee67d774c3f012f1f801e0d299e6f 100644
|
| --- a/components/content_settings/core/common/content_settings.cc
|
| +++ b/components/content_settings/core/common/content_settings.cc
|
| @@ -22,6 +22,8 @@ ContentSetting IntToContentSetting(int content_setting) {
|
| // ContentType enum in histograms.xml.
|
| // TODO(raymes): We should use a sparse histogram here on the hash of the
|
| // content settings type name instead.
|
| +// TODO(raymes): This has become out of sync with histograms.xml. See
|
| +// crbug.com/697234.
|
| ContentSettingsType kHistogramOrder[] = {
|
| CONTENT_SETTINGS_TYPE_COOKIES,
|
| CONTENT_SETTINGS_TYPE_IMAGES,
|
|
|