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

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

Issue 2111043003: Storage manager: Show the disk usage of other users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo and the order of storage items. 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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/options/chromeos/storage_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4d24408ae6e6cc704c997a10d1260f6a0253d633..84aaa0a058c6c074560056e8c20906b80cd97acc 100644
--- a/chrome/browser/resources/options/chromeos/storage_manager.html
+++ b/chrome/browser/resources/options/chromeos/storage_manager.html
@@ -69,6 +69,14 @@
class="storage-manager-item-size"
i18n-content="storageSizeCalculating"></span>
</div>
+ <div class="storage-manager-subitem">
+ <a is="action-link" disabled
+ id="storage-manager-label-other-users"
+ i18n-content="storageSubitemLabelOtherUsers"></a>
+ <span id="storage-manager-size-other-users"
+ class="storage-manager-item-size"
+ i18n-content="storageSizeCalculating"></span>
+ </div>
</div>
<div id="storage-manager-section-available" class="storage-manager-section">
<div class="storage-manager-item">
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/options/chromeos/storage_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698