Update to Chromium revision 92d77538 (#369907)

This commit is contained in:
Marshall Greenblatt
2016-02-02 16:32:44 -05:00
committed by Marshall Greenblatt
parent d6fa9ed3e3
commit 70ab57ab23
25 changed files with 598 additions and 233 deletions

View File

@@ -770,10 +770,8 @@ void CefRequestImpl::Get(net::URLFetcher& fetcher,
}
}
if (!first_party_for_cookies_.empty()) {
fetcher.SetFirstPartyForCookies(
GURL(first_party_for_cookies_.ToString()));
}
if (!first_party_for_cookies_.empty())
fetcher.SetInitiatorURL(GURL(first_party_for_cookies_.ToString()));
if (flags_ & UR_FLAG_NO_RETRY_ON_5XX)
fetcher.SetAutomaticallyRetryOn5xx(false);