Commit c78faffd authored by michaeln@google.com's avatar michaeln@google.com

Fix a small bug around showing sql db sizes in the cookie tree.

TEST=manual
Review URL: http://codereview.chromium.org/7664015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97018 0039d316-1c4b-4281-b951-d872f2087c98
parent e32ea07f
......@@ -26,7 +26,7 @@ cr.define('options', function() {
['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'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment