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

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: Set a fake size. 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..3f2b333246548b894226147141d9731ab7c604d7 100644
--- a/chrome/browser/resources/options/chromeos/storage_manager.html
+++ b/chrome/browser/resources/options/chromeos/storage_manager.html
@@ -60,6 +60,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 id="storage-manager-item-arc"
class="storage-manager-subitem" hidden>
<a is="action-link"

Powered by Google App Engine
This is Rietveld 408576698