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

Unified Diff: chrome/browser/resources/options/chromeos/storage_manager.html

Issue 2117573002: Storage manager: Update strings and layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/options/chromeos/storage_manager.html
diff --git a/chrome/browser/resources/options/chromeos/storage_manager.html b/chrome/browser/resources/options/chromeos/storage_manager.html
index 1c41b6d8c0df85ddd27774d91fe1998b5f5c36a4..9636a62c58c226b9d221b2a96a725e3daf0efcd3 100644
--- a/chrome/browser/resources/options/chromeos/storage_manager.html
+++ b/chrome/browser/resources/options/chromeos/storage_manager.html
@@ -30,7 +30,8 @@
</div>
<progress id="storage-bar-progress"></progress>
</div>
- <div class="storage-manager-section">
+ <div id="storage-manager-section-in-use"
+ class="storage-manager-section">
Dan Beam 2016/06/30 22:14:46 think these will fit in 1 line
fukino 2016/06/30 23:19:48 Done for this line and line #74
<div class="storage-manager-item">
<span i18n-content="storageItemLabelInUse"></span>
<span id="storage-manager-size-in-use"
@@ -70,7 +71,8 @@
i18n-content="storageSizeCalculating"></span>
</div>
</div>
- <div class="storage-manager-section">
+ <div id="storage-manager-section-available"
+ class="storage-manager-section">
<div class="storage-manager-item">
<span i18n-content="storageItemLabelAvailable"></span>
<span id="storage-manager-size-available"

Powered by Google App Engine
This is Rietveld 408576698