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

Unified Diff: chrome/browser/cookies_tree_model.cc

Issue 10823225: Quota info and Flash LSO cookie tree nodes can't be storage protected. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cookies_tree_model.cc
diff --git a/chrome/browser/cookies_tree_model.cc b/chrome/browser/cookies_tree_model.cc
index eec89eeae266ebd56380f35b41fcdf8c79ebcd4e..d608b1eff2f1c82c8d4191d2fde887ef2fc334a7 100644
--- a/chrome/browser/cookies_tree_model.cc
+++ b/chrome/browser/cookies_tree_model.cc
@@ -129,9 +129,11 @@ bool TypeIsProtected(CookieTreeNode::DetailedInfo::NodeType type) {
case CookieTreeNode::DetailedInfo::TYPE_FILE_SYSTEM:
return true;
case CookieTreeNode::DetailedInfo::TYPE_QUOTA:
- return true;
+ return false;
case CookieTreeNode::DetailedInfo::TYPE_SERVER_BOUND_CERT:
return false;
+ case CookieTreeNode::DetailedInfo::TYPE_FLASH_LSO:
+ return false;
default:
break;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698