| Index: components/content_settings/core/common/content_settings.h
|
| diff --git a/components/content_settings/core/common/content_settings.h b/components/content_settings/core/common/content_settings.h
|
| index 3179ef324bf8ff0192314f006a2eb62104e591c3..c441e280eaa5f42cf6c21b1bdbf04315ed740357 100644
|
| --- a/components/content_settings/core/common/content_settings.h
|
| +++ b/components/content_settings/core/common/content_settings.h
|
| @@ -18,6 +18,9 @@
|
| // A Java counterpart will be generated for this enum.
|
| // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.preferences.website
|
| // GENERATED_JAVA_CLASS_NAME_OVERRIDE: ContentSettingValues
|
| +//
|
| +// TODO(nigeltao): migrate the Java users of this enum to the mojom-generated
|
| +// enum.
|
| enum ContentSetting {
|
| CONTENT_SETTING_DEFAULT = 0,
|
| CONTENT_SETTING_ALLOW,
|
|
|