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

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

Issue 2073903002: Storage manager: Add browsing data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a minor issue on closure annotation. 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 6535a64e76510a6ca688acff4bcaf88ea1e008c9..1c41b6d8c0df85ddd27774d91fe1998b5f5c36a4 100644
--- a/chrome/browser/resources/options/chromeos/storage_manager.html
+++ b/chrome/browser/resources/options/chromeos/storage_manager.html
@@ -52,6 +52,14 @@
class="storage-manager-item-size"
i18n-content="storageSizeCalculating"></span>
</div>
+ <div class="storage-manager-subitem">
+ <a is="action-link"
+ id="storage-manager-label-browsing-data"
+ i18n-content="storageSubitemLabelBrowsingData"></a>
+ <span id="storage-manager-size-browsing-data"
+ 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"
« 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