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

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

Issue 2184083002: Storage manager: Hide "Offline files" when Google Drive volume is not mounted. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | 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 e270c20a1cd179fc1363129a19842faeec1ecfa9..483562b92ecc1115e99d856ff56e52067a82b900 100644
--- a/chrome/browser/resources/options/chromeos/storage_manager.html
+++ b/chrome/browser/resources/options/chromeos/storage_manager.html
@@ -44,7 +44,8 @@
class="storage-manager-item-size"
i18n-content="storageSizeCalculating"></span>
</div>
- <div class="storage-manager-subitem">
+ <div id="storage-manager-item-drive-cache"
+ class="storage-manager-subitem" hidden>
<a is="action-link"
id="storage-manager-label-drive-cache"
i18n-content="storageSubitemLabelDriveCache"></a>
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/storage_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698