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

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

Issue 493383004: Add a button to clear local storage for a given origin to Website Settings dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Discarding is go. Created 6 years, 4 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_edit_site.html
diff --git a/chrome/browser/resources/options/website_settings_edit_site.html b/chrome/browser/resources/options/website_settings_edit_site.html
index eb190c1daa0b06ce252694d5d1bbdcfe4cf37d92..90fd6b37969f634c3d5a7856afb19c6ec465172c 100644
--- a/chrome/browser/resources/options/website_settings_edit_site.html
+++ b/chrome/browser/resources/options/website_settings_edit_site.html
@@ -4,7 +4,11 @@
<div class="content-area">
<div class="website-properties">
<h3 id="website-title" class="title favicon-cell weaktrl"></h3>
- <div id="local-storage-title" class="website-property"></div>
+ <div class="website-property-area">
+ <div id="local-storage-title" class="website-property"></div>
+ <button id="website-settings-storage-delete-button"
+ class="website-permission-button" i18n-content="websitesButtonClear">
+ </div>
</div>
<div class="website-column-headers">
<div class="website-header-controls">

Powered by Google App Engine
This is Rietveld 408576698