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

Unified Diff: chrome/browser/ui/webui/cookies_tree_model_util.h

Issue 2391253002: Site Settings Desktop: Polish the Site Data section. (Closed)
Patch Set: Address feedback Created 4 years, 2 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/ui/webui/cookies_tree_model_util.h
diff --git a/chrome/browser/ui/webui/cookies_tree_model_util.h b/chrome/browser/ui/webui/cookies_tree_model_util.h
index 893f70e0ff7015d2128f451b5d75b76c9517ca40..423f293c11c83a60daac75a75e97c0cac9462169 100644
--- a/chrome/browser/ui/webui/cookies_tree_model_util.h
+++ b/chrome/browser/ui/webui/cookies_tree_model_util.h
@@ -32,6 +32,7 @@ class CookiesTreeModelUtil {
void GetChildNodeList(const CookieTreeNode* parent,
int start,
int count,
+ bool include_quota_nodes,
base::ListValue* nodes);
// Gets tree node from |path| under |root|. |path| is comma separated list of
@@ -48,6 +49,7 @@ class CookiesTreeModelUtil {
// a CookieTreeNode to an ID and creates a new ID if |node| is not in the
// maps. Returns false if the |node| does not need to be shown.
bool GetCookieTreeNodeDictionary(const CookieTreeNode& node,
+ bool include_quota_nodes,
base::DictionaryValue* dict);
// IDMap to create unique ID and look up the object for an ID.

Powered by Google App Engine
This is Rietveld 408576698