| Index: net/url_request/url_request.h
|
| ===================================================================
|
| --- net/url_request/url_request.h (revision 31948)
|
| +++ net/url_request/url_request.h (working copy)
|
| @@ -258,6 +258,8 @@
|
| const GURL& first_party_for_cookies() const {
|
| return first_party_for_cookies_;
|
| }
|
| + // This method may be called before Start() or FollowDeferredRedirect() is
|
| + // called.
|
| void set_first_party_for_cookies(const GURL& first_party_for_cookies);
|
|
|
| // The request method, as an uppercase string. "GET" is the default value.
|
|
|