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 f35e9e1b14a064475110dc79ce13307a03c8c512..7c91b0c0fb0d89f2fd377dde9031a7bc4c654982 100644 |
| --- a/components/content_settings/core/common/content_settings.h |
| +++ b/components/content_settings/core/common/content_settings.h |
| @@ -12,6 +12,8 @@ |
| // 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 Java counterpart will be generated for this enum. |
| +// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser |
| enum ContentSetting { |
| CONTENT_SETTING_DEFAULT = 0, |
| CONTENT_SETTING_ALLOW, |