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

Unified Diff: net/cookies/canonical_cookie.h

Issue 11308272: Add IncludeForRequestURL method to CanonicalCookie (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | net/cookies/canonical_cookie.cc » ('j') | net/cookies/cookie_monster.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cookies/canonical_cookie.h
diff --git a/net/cookies/canonical_cookie.h b/net/cookies/canonical_cookie.h
index 0612991eddbb082a507e9e2ab2236fa598d4febe..d7ac08af54211c1a87111d97f07bc050337cbdf0 100644
--- a/net/cookies/canonical_cookie.h
+++ b/net/cookies/canonical_cookie.h
@@ -110,9 +110,13 @@ class NET_EXPORT CanonicalCookie {
last_access_date_ = date;
}
+ // TODO: Make private.
bool IsOnPath(const std::string& url_path) const;
bool IsDomainMatch(const std::string& host) const;
+ // TODO: Add comment.
+ bool IncludeForRequest(const GURL& url) const;
+
std::string DebugString() const;
// Returns the cookie source when cookies are set for |url|. This function
« no previous file with comments | « no previous file | net/cookies/canonical_cookie.cc » ('j') | net/cookies/cookie_monster.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698