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

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

Issue 2476753002: [MD settings] get cookie details from site without transfering cookie tree (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
Index: chrome/browser/resources/settings/site_settings/cookie_tree_behavior.js
diff --git a/chrome/browser/resources/settings/site_settings/cookie_tree_behavior.js b/chrome/browser/resources/settings/site_settings/cookie_tree_behavior.js
index 35e62dde6f786a1c328df8beef48f436a4724abf..9f090f7bec2a08d99bb316e0514f3dbf543658c9 100644
--- a/chrome/browser/resources/settings/site_settings/cookie_tree_behavior.js
+++ b/chrome/browser/resources/settings/site_settings/cookie_tree_behavior.js
@@ -83,7 +83,6 @@ var CookieTreeBehaviorImpl = {
onTreeItemRemoved_: function(args) {
this.rootCookieNode.removeByParentId(args.id, args.start, args.count);
this.sites = this.rootCookieNode.getSummaryList();
- this.fire('cookie-tree-changed');
},
/**

Powered by Google App Engine
This is Rietveld 408576698