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

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: Remove unnecessary line breaks. 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..4d24408ae6e6cc704c997a10d1260f6a0253d633 100644
--- a/chrome/browser/resources/options/chromeos/storage_manager.html
+++ b/chrome/browser/resources/options/chromeos/storage_manager.html
@@ -30,7 +30,7 @@
</div>
<progress id="storage-bar-progress"></progress>
</div>
- <div class="storage-manager-section">
+ <div id="storage-manager-section-in-use" class="storage-manager-section">
<div class="storage-manager-item">
<span i18n-content="storageItemLabelInUse"></span>
<span id="storage-manager-size-in-use"
@@ -70,7 +70,7 @@
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"
« no previous file with comments | « chrome/browser/resources/options/chromeos/storage_manager.css ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698