Split 'CookieOptions' out into a .h/.cc file.
commit765edf7c2d4f183663d6eb54964fc41f261be2df
authormkwst <mkwst@chromium.org>
Tue, 28 Jul 2015 09:24:27 +0000 (28 02:24 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 28 Jul 2015 09:25:30 +0000 (28 09:25 +0000)
tree7780f41209839f3bd7c2f8074d429ca2fc4c533a
parenteeb5615d6a22dfbe4c5d632d20819646ad17ec3e
Split 'CookieOptions' out into a .h/.cc file.

I need to add a member to CookieOptions in order to support First-Party
Only cookies, but doing so makes CookieOptions' constructor "complex".
Splitting that work out into a separate patch for clarity.

BUG=459154

Review URL: https://codereview.chromium.org/1258023002

Cr-Commit-Position: refs/heads/master@{#340657}
net/cookies/cookie_options.cc [new file with mode: 0644]
net/cookies/cookie_options.h
net/net.gypi