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

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

Issue 2070893003: Storage manager: Show Google Drive offline files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct string and indentation. 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 da5f6dd90c0b44266da304312a52f3cd20f5708e..97345b7c9591cc0d4a254d14304ef3dfb091d03b 100644
--- a/chrome/browser/resources/options/chromeos/storage_manager.html
+++ b/chrome/browser/resources/options/chromeos/storage_manager.html
@@ -21,6 +21,14 @@
class="storage-manager-item-size"
i18n-content="storageSizeCalculating"></span>
</div>
+ <div class="storage-manager-subitem">
+ <a is="action-link"
+ id="storage-manager-label-drive-cache"
+ i18n-content="storageSubitemLabelDriveCache"></a>
+ <span id="storage-manager-size-drive-cache"
+ 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