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 3285aeda7d7f63af7fa980eeec53fa2388036d03..17a9143a28f0657b93fd37bd96b77a5d5f0e0761 100644 |
--- a/chrome/browser/ui/webui/options2/content_settings_handler2.cc |
+++ b/chrome/browser/ui/webui/options2/content_settings_handler2.cc |
@@ -373,6 +373,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. |