summaryrefslogtreecommitdiffstats
path: root/net/cookies/cookie_util.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-10 20:54:49 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-10 20:54:49 +0000
commitc1b6e104525bba7212732ed60e5ff33f64b05500 (patch)
tree7dd649838b2f21690537b5985499f38c569b3e30 /net/cookies/cookie_util.h
parent717e4e2cd6943f057b7738c5009efc22e581beb7 (diff)
downloadchromium_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.h3
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