Chromium Code Reviews| 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..9c9e7d199399bd04f75d0ab9a752553b4bbfaaf0 100644 |
| --- a/components/content_settings/core/common/content_settings.h |
| +++ b/components/content_settings/core/common/content_settings.h |
| @@ -15,6 +15,10 @@ |
| // Different settings that can be assigned for a particular content type. We |
| // give the user the ability to set these on a global and per-origin basis. |
| +// |
| +// A Mojo counterpart is at chrome/common/renderer_configuration*. This mirror |
| +// type is not automatically generated or updated. |
|
Sam McNally
2016/12/19 00:17:51
Add a TODO to migrate the Java users of this enum
nigeltao1
2016/12/22 04:09:46
Done.
|
| +// |
| // 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 |