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

Side by Side Diff: content/common/cookie.typemap

Issue 2908443002: Initial implementation of Cookie service.
Patch Set: Partially written test. Created 3 years, 5 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 unified diff | Download patch
« no previous file with comments | « content/common/cookie.mojom ('k') | content/common/cookie_service_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 mojom = "//content/common/cookie.mojom"
2 public_headers = [
3 "//ipc/ipc_message_utils.h",
4 "//net/cookies/cookie_options.h",
5 "//net/cookies/canonical_cookie.h",
6 "//net/cookies/cookie_constants.h",
7 ]
8 traits_headers = [ "//content/common/cookie_traits.h" ]
9 deps = [
10 "//net:net",
11 ]
12 type_mappings = [
13 "content.mojom.CookiePriority=net::CookiePriority",
14 "content.mojom.CookieSameSite=net::CookieSameSite",
15 "content.mojom.CookieSameSiteFilter=net::CookieOptions::SameSiteCookieMode",
16 "content.mojom.CookieOptions=net::CookieOptions",
17 "content.mojom.CanonicalCookie=net::CanonicalCookie",
18 ]
OLDNEW
« no previous file with comments | « content/common/cookie.mojom ('k') | content/common/cookie_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698