Index: components/content_settings/core/common/content_settings_types.h |
diff --git a/components/content_settings/core/common/content_settings_types.h b/components/content_settings/core/common/content_settings_types.h |
index cce4a77f4351e4aead11892859c3f42658ffa352..7e83d4fd1d9bc190c661e2db8424b2b6f1c1cf8a 100644 |
--- a/components/content_settings/core/common/content_settings_types.h |
+++ b/components/content_settings/core/common/content_settings_types.h |
@@ -9,6 +9,8 @@ |
// A particular type of content to care about. We give the user various types |
// of controls over each of these. |
+// A Java counterpart will be generated for this enum. |
+// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser |
enum ContentSettingsType { |
// "DEFAULT" is only used as an argument to the Content Settings Window |
// opener; there it means "whatever was last shown". |