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

Unified Diff: chrome/browser/resources/options/website_settings.html

Issue 408493003: Show local storage usage on the Website Settings options page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No longer using std::end. Created 6 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
Index: chrome/browser/resources/options/website_settings.html
diff --git a/chrome/browser/resources/options/website_settings.html b/chrome/browser/resources/options/website_settings.html
index 3770181fe92b9f1bd0fe1e323b8405a3e807eccf..f7852d5b47f6a8393789b74ac009533bb3e4845e 100644
--- a/chrome/browser/resources/options/website_settings.html
+++ b/chrome/browser/resources/options/website_settings.html
@@ -11,6 +11,8 @@
</option>
<option value="notifications"
i18n-content="websitesLabelNotifications"></option>
+ <option value="storage"
+ i18n-content="websitesLabelStorage"></option>
</select>
<input type="search" id="website-settings-search-box"
i18n-values="placeholder:websitesSearch" incremental>

Powered by Google App Engine
This is Rietveld 408576698