Index: chrome/browser/ui/webui/options/cookies_view_handler.cc |
diff --git a/chrome/browser/ui/webui/options/cookies_view_handler.cc b/chrome/browser/ui/webui/options/cookies_view_handler.cc |
index d6381c21cf53de210f5c973cff99e9486ed8e6b1..ec0966f615852a449c7961a9b3d90c827043ada1 100644 |
--- a/chrome/browser/ui/webui/options/cookies_view_handler.cc |
+++ b/chrome/browser/ui/webui/options/cookies_view_handler.cc |
@@ -82,6 +82,7 @@ void CookiesViewHandler::GetLocalizedValues( |
{ "search_cookies", IDS_COOKIES_SEARCH_COOKIES }, |
{ "remove_cookie", IDS_COOKIES_REMOVE_LABEL }, |
{ "remove_all_cookie", IDS_COOKIES_REMOVE_ALL_LABEL }, |
+ { "remove_all_shown_cookie", IDS_COOKIES_REMOVE_ALL_SHOWN_LABEL }, |
{ "cookie_file_system", IDS_COOKIES_FILE_SYSTEM }, |
{ "label_file_system_origin", IDS_COOKIES_LOCAL_STORAGE_ORIGIN_LABEL }, |
{ "label_file_system_temporary_usage", |