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

Unified Diff: chrome/browser/resources/options/cookies_list.js

Issue 7664015: Fix a small bug around showing sql db sizes in the cookie tree. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/cookies_list.js
===================================================================
--- chrome/browser/resources/options/cookies_list.js (revision 96857)
+++ chrome/browser/resources/options/cookies_list.js (working copy)
@@ -26,7 +26,7 @@
['accessed', 'label_cookie_last_accessed'] ],
'database': [ ['name', 'label_cookie_name'],
['desc', 'label_webdb_desc'],
- ['webdbSize', 'label_local_storage_size'],
+ ['size', 'label_local_storage_size'],
['modified', 'label_local_storage_last_modified'] ],
'local_storage': [ ['origin', 'label_local_storage_origin'],
['size', 'label_local_storage_size'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698