Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3931)

Unified Diff: chrome/browser/ui/webui/options/cookies_view_handler.cc

Issue 7061003: WebUI: properly internationalize the search cookies and search passwords placeholder text. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/options/cookies_view_handler.cc
===================================================================
--- chrome/browser/ui/webui/options/cookies_view_handler.cc (revision 86208)
+++ chrome/browser/ui/webui/options/cookies_view_handler.cc (working copy)
@@ -56,6 +56,7 @@
{ "cookie_indexed_db", IDS_COOKIES_INDEXED_DB },
{ "cookie_local_storage", IDS_COOKIES_LOCAL_STORAGE },
{ "cookie_app_cache", IDS_COOKIES_APPLICATION_CACHE },
+ { "search_cookies", IDS_COOKIES_SEARCH_COOKIES },
{ "remove_cookie", IDS_COOKIES_REMOVE_LABEL },
{ "remove_all_cookie", IDS_COOKIES_REMOVE_ALL_LABEL },
};
« no previous file with comments | « chrome/browser/resources/options/password_manager.html ('k') | chrome/browser/ui/webui/options/password_manager_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698