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

Unified Diff: chrome/browser/resources/chromeos/drive_internals.html

Issue 10827292: Propagate the result of AmountOfFreeSpace to JS and show it in chrome://drive-internals. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Refactor using PostBlockingPoolTaskAndReply, style fix, remove unnecessary user-friendliness. Created 8 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
Index: chrome/browser/resources/chromeos/drive_internals.html
diff --git a/chrome/browser/resources/chromeos/drive_internals.html b/chrome/browser/resources/chromeos/drive_internals.html
index 4d6948ad4d4b5deff7b6075a78d9f21e8b657411..b9d1890c7256f452bbc5b5deed53ac8f2b4ebd96 100644
--- a/chrome/browser/resources/chromeos/drive_internals.html
+++ b/chrome/browser/resources/chromeos/drive_internals.html
@@ -53,5 +53,8 @@
</tr>
</tbody>
</table>
+
+ <h2 id='local-storage-usage-section'>Local Storage Usage</h2>
+ <div>Free space: <span id='local-storage-freespace'></span> bytes</div>
satorux1 2012/08/17 10:50:49 bytes -> MB. see my comment in .js file.
Haruki Sato 2012/08/17 15:08:45 Done.
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698