mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 66afc5e5 (#540276)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
namespace net {
|
||||
class HttpResponseHeaders;
|
||||
class URLRequest;
|
||||
}
|
||||
} // namespace net
|
||||
|
||||
class CefResourceRequestJobCallback;
|
||||
|
||||
@@ -48,7 +48,7 @@ class CefResourceRequestJob : public net::URLRequestJob {
|
||||
void AddCookieHeaderAndStart();
|
||||
void DoLoadCookies();
|
||||
void CheckCookiePolicyAndLoad(const net::CookieList& cookie_list);
|
||||
void OnCookiesLoaded(const std::string& cookie_line);
|
||||
void OnCookiesLoaded(const net::CookieList& cookie_list);
|
||||
void DoStartTransaction();
|
||||
void StartTransaction();
|
||||
|
||||
|
Reference in New Issue
Block a user