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

Unified Diff: net/base/cookie_monster.h

Issue 8465022: Creation of cookie_utils. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compilation on windows Created 9 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: net/base/cookie_monster.h
diff --git a/net/base/cookie_monster.h b/net/base/cookie_monster.h
index 9dea152d3c6cee67309e3858d0212623e1eab205..ac3c92e863179442f008121fc7f2546e7f0d95f0 100644
--- a/net/base/cookie_monster.h
+++ b/net/base/cookie_monster.h
@@ -146,10 +146,6 @@ class NET_EXPORT CookieMonster : public CookieStore {
// Parses the string with the cookie time (very forgivingly).
static base::Time ParseCookieTime(const std::string& time_string);
- // Returns true if a domain string represents a host-only cookie,
- // i.e. it doesn't begin with a leading '.' character.
- static bool DomainIsHostOnly(const std::string& domain_string);
-
// Helper function that adds all cookies from |list| into this instance.
bool InitializeFrom(const CookieList& list);

Powered by Google App Engine
This is Rietveld 408576698