mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-26 17:25:29 +01:00
Fix minor style issues with request_impl.[cc|h]
This commit is contained in:
parent
f148af1bd6
commit
bbc08e4f5e
@ -132,8 +132,9 @@ void GetHeaderMap(const net::HttpRequestHeaders& headers,
|
||||
|
||||
// Do not include Referer in the header map.
|
||||
if (!base::EqualsCaseInsensitiveASCII(name,
|
||||
net::HttpRequestHeaders::kReferer))
|
||||
net::HttpRequestHeaders::kReferer)) {
|
||||
map.insert(std::make_pair(name, it.value()));
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -92,7 +92,7 @@ class CefRequestImpl : public CefRequest {
|
||||
// Populate this object from the RedirectInfo object.
|
||||
void Set(const net::RedirectInfo& redirect_info);
|
||||
|
||||
// Populate this object from teh HttpRequestHeaders object.
|
||||
// Populate this object from the HttpRequestHeaders object.
|
||||
void Set(const net::HttpRequestHeaders& headers);
|
||||
|
||||
// Populate this object from the NavigationParams object.
|
||||
|
Loading…
Reference in New Issue
Block a user