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

Unified Diff: chrome/browser/views/local_storage_set_item_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
« no previous file with comments | « chrome/browser/views/database_open_info_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/local_storage_set_item_info_view.cc
diff --git a/chrome/browser/views/local_storage_set_item_info_view.cc b/chrome/browser/views/local_storage_set_item_info_view.cc
index aa620ef6d79fb0e39223a687e46f587fdde62541..d2bb286d9af17d9e6cd30272651f56aee360e812 100644
--- a/chrome/browser/views/local_storage_set_item_info_view.cc
+++ b/chrome/browser/views/local_storage_set_item_info_view.cc
@@ -78,10 +78,10 @@ void LocalStorageSetItemInfoView::Init() {
l10n_util::GetString(IDS_COOKIES_COOKIE_DOMAIN_LABEL));
host_value_field_ = new views::Textfield;
views::Label* key_label = new views::Label(
- l10n_util::GetString(IDS_COOKIES_COOKIE_NAME_LABEL));
+ l10n_util::GetString(IDS_COOKIES_LOCAL_STORAGE_KEY_LABEL));
key_value_field_ = new views::Textfield;
views::Label* value_label = new views::Label(
- l10n_util::GetString(IDS_COOKIES_COOKIE_CONTENT_LABEL));
+ l10n_util::GetString(IDS_COOKIES_LOCAL_STORAGE_VALUE_LABEL));
value_value_field_ = new views::Textfield;
using views::GridLayout;
« no previous file with comments | « chrome/browser/views/database_open_info_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698