| Index: chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| diff --git a/chrome/browser/ui/webui/options2/content_settings_handler2.cc b/chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| index 30c26118b7e870f3e385629d09b42a1616d9083b..0d53e187d1d3138d1c620914726373e74174ad7a 100644
|
| --- a/chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/content_settings_handler2.cc
|
| @@ -374,6 +374,7 @@ void ContentSettingsHandler::GetLocalizedValues(
|
| { "cookies_clear_when_close", IDS_COOKIES_CLEAR_WHEN_CLOSE_CHKBOX },
|
| { "cookies_lso_clear_when_close", IDS_COOKIES_LSO_CLEAR_WHEN_CLOSE_CHKBOX },
|
| { "cookies_show_cookies", IDS_COOKIES_SHOW_COOKIES_BUTTON },
|
| + { "cookies_show_app_cookies", IDS_COOKIES_SHOW_APP_COOKIES_BUTTON },
|
| { "flash_storage_settings", IDS_FLASH_STORAGE_SETTINGS },
|
| { "flash_storage_url", IDS_FLASH_STORAGE_URL },
|
| // Image filter.
|
|
|