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

Unified Diff: chrome/browser/resources/settings/site_settings/site_data.js

Issue 2471223002: [MD settings] right align cookies filter and remove all buttons (Closed)
Patch Set: closure fix Created 4 years, 1 month 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/browser/resources/settings/site_settings/site_data.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/site_data.js
diff --git a/chrome/browser/resources/settings/site_settings/site_data.js b/chrome/browser/resources/settings/site_settings/site_data.js
index 6b1934c298d2c425ae18aff7a8740b383b2e3a78..1a0ede088c27ae0054fa8bf0d4837da1e4c5fc3a 100644
--- a/chrome/browser/resources/settings/site_settings/site_data.js
+++ b/chrome/browser/resources/settings/site_settings/site_data.js
@@ -117,6 +117,8 @@ Polymer({
if (this.showItem_(items[i]))
this.browserProxy.removeCookie(items[i].id);
}
+ // We just deleted all items found by the filter, let's reset the filter.
+ /** @type {SettingsSubpageSearchElement} */(this.$.filter).setValue('');
}
},
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_data.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698