diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-10 20:54:49 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-10 20:54:49 +0000 |
commit | c1b6e104525bba7212732ed60e5ff33f64b05500 (patch) | |
tree | 7dd649838b2f21690537b5985499f38c569b3e30 /net/cookies/cookie_util.h | |
parent | 717e4e2cd6943f057b7738c5009efc22e581beb7 (diff) | |
download | chromium_src-c1b6e104525bba7212732ed60e5ff33f64b05500.zip chromium_src-c1b6e104525bba7212732ed60e5ff33f64b05500.tar.gz chromium_src-c1b6e104525bba7212732ed60e5ff33f64b05500.tar.bz2 |
Move SQLitePersistentCookieStore to content
BUG=none
TEST=none
Review URL: https://codereview.chromium.org/13427006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193454 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/cookies/cookie_util.h')
-rw-r--r-- | net/cookies/cookie_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/cookies/cookie_util.h b/net/cookies/cookie_util.h index 1475cd5..2995aa0 100644 --- a/net/cookies/cookie_util.h +++ b/net/cookies/cookie_util.h @@ -37,6 +37,9 @@ NET_EXPORT bool DomainIsHostOnly(const std::string& domain_string); // Parses the string with the cookie time (very forgivingly). NET_EXPORT base::Time ParseCookieTime(const std::string& time_string); +// Convenience for converting a cookie origin (domain and https pair) to a URL. +NET_EXPORT GURL CookieOriginToURL(const std::string& domain, bool is_https); + } // namspace cookie_util } // namespace net |