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

Unified Diff: chrome/browser/resources/file_manager/js/util.js

Issue 8776003: [filebrowser] Change file sizes to KB, MB, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/file_manager/js/util.js
===================================================================
--- chrome/browser/resources/file_manager/js/util.js (revision 112157)
+++ chrome/browser/resources/file_manager/js/util.js (working copy)
@@ -307,7 +307,7 @@
/**
* Lookup tables used by bytesToSi.
*/
- units_: ['B', 'k', 'M', 'G', 'T', 'P'],
+ units_: ['B', 'KB', 'MB', 'GB', 'TB', 'PB'],
scale_: [1, 1e3, 1e6, 1e9, 1e12, 1e15],
/**
« 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