Home
last modified time | relevance | path

Searched defs:RedirectInfo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/url_request/
Dredirect_info.h18 struct NET_EXPORT RedirectInfo { struct
25 int status_code;
29 std::string new_method;
32 GURL new_url;
35 GURL new_first_party_for_cookies;
38 std::string new_referrer;
Dredirect_info.cc9 RedirectInfo::RedirectInfo() : status_code(-1) {} in RedirectInfo() function in net::RedirectInfo