mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision ff259bab (#488528)
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
#include "base/synchronization/lock.h"
|
||||
#include "third_party/WebKit/public/platform/WebHTTPBody.h"
|
||||
#include "third_party/WebKit/public/platform/WebReferrerPolicy.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
namespace navigation_interception {
|
||||
@@ -28,11 +29,11 @@ class UploadElement;
|
||||
class UploadElementReader;
|
||||
class URLFetcher;
|
||||
class URLRequest;
|
||||
};
|
||||
}; // namespace net
|
||||
|
||||
namespace blink {
|
||||
class WebURLRequest;
|
||||
}
|
||||
} // namespace blink
|
||||
|
||||
struct CefMsg_LoadRequest_Params;
|
||||
struct CefNavigateParams;
|
||||
@@ -118,6 +119,11 @@ class CefRequestImpl : public CefRequest {
|
||||
void SetTrackChanges(bool track_changes);
|
||||
uint8_t GetChanges() const;
|
||||
|
||||
static blink::WebReferrerPolicy NetReferrerPolicyToBlinkReferrerPolicy(
|
||||
cef_referrer_policy_t net_policy);
|
||||
static cef_referrer_policy_t BlinkReferrerPolicyToNetReferrerPolicy(
|
||||
blink::WebReferrerPolicy blink_policy);
|
||||
|
||||
private:
|
||||
void Changed(uint8_t changes);
|
||||
bool ShouldSet(uint8_t changes, bool changed_only) const;
|
||||
|
Reference in New Issue
Block a user