| Index: components/content_settings/core/common/content_settings_types.cc
|
| diff --git a/components/content_settings/core/common/content_settings_types.cc b/components/content_settings/core/common/content_settings_types.cc
|
| index 35fd23464e0d3dfe6385c8052d2ded76b0881d8f..106380a32274ad738aa42c7be28ed555d2307802 100644
|
| --- a/components/content_settings/core/common/content_settings_types.cc
|
| +++ b/components/content_settings/core/common/content_settings_types.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "components/content_settings/core/common/content_settings_types.h"
|
|
|
| +// A Java counterpart will be generated for these strings.
|
| +// GENERATED_JAVA_STRING_PACKAGE: org.chromium.chrome.browser
|
| +// GENERATED_JAVA_CLASS_NAME: ContentSettingsType
|
| const char CONTENT_SETTINGS_TYPE_DEFAULT[] = "";
|
| const char CONTENT_SETTINGS_TYPE_COOKIES[] = "cookies";
|
| const char CONTENT_SETTINGS_TYPE_IMAGES[] = "images";
|
|
|