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

Unified Diff: chrome/browser/views/database_open_info_view.cc

Issue 1317004: Stop abusing cookie strings for local storage and database. (Closed)
Patch Set: s/DATABASE_NAME_LABEL/DATABASE_NAME/ Created 10 years, 9 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/views/database_open_info_view.cc
diff --git a/chrome/browser/views/database_open_info_view.cc b/chrome/browser/views/database_open_info_view.cc
index 24f4c501f1171a1db3628ec3d993f4fc7505abfb..a6707767b2881c7e51b35d7a11f47188020a8a31 100644
--- a/chrome/browser/views/database_open_info_view.cc
+++ b/chrome/browser/views/database_open_info_view.cc
@@ -61,12 +61,11 @@ void DatabaseOpenInfoView::Init() {
kDatabaseOpenInfoViewBorderSize, border_color);
set_border(border);
- // TODO(jorlow): These strings are not quite right, but we're post-freeze.
views::Label* host_label = new views::Label(
l10n_util::GetString(IDS_COOKIES_COOKIE_DOMAIN_LABEL));
host_value_field_ = new views::Textfield;
views::Label* database_name_label = new views::Label(
- l10n_util::GetString(IDS_COOKIES_COOKIE_NAME_LABEL));
+ l10n_util::GetString(IDS_COOKIES_WEB_DATABASE_NAME));
database_name_value_field_ = new views::Textfield;
using views::GridLayout;
« no previous file with comments | « chrome/browser/gtk/gtk_chrome_cookie_view.cc ('k') | chrome/browser/views/local_storage_set_item_info_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698