mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 89.0.4389.0 (#843830)
- SSE3 is now required on x86 processors (see https://crbug.com/1123353).
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
diff --git content/renderer/loader/web_url_loader_impl.h content/renderer/loader/web_url_loader_impl.h
|
||||
index 71ddc4cd98aa..714d1612e4eb 100644
|
||||
index 883a088152d5..578f64c3bdc5 100644
|
||||
--- content/renderer/loader/web_url_loader_impl.h
|
||||
+++ content/renderer/loader/web_url_loader_impl.h
|
||||
@@ -99,6 +99,7 @@ class CONTENT_EXPORT WebURLLoaderImpl : public blink::WebURLLoader {
|
||||
@@ -102,6 +102,7 @@ class CONTENT_EXPORT WebURLLoaderImpl : public blink::WebURLLoader {
|
||||
std::unique_ptr<blink::ResourceLoadInfoNotifierWrapper>
|
||||
resource_load_info_notifier_wrapper,
|
||||
blink::WebURLLoaderClient* client) override;
|
||||
+ void Cancel() override;
|
||||
void SetDefersLoading(bool value) override;
|
||||
void SetDefersLoading(DeferType value) override;
|
||||
void DidChangePriority(blink::WebURLRequest::Priority new_priority,
|
||||
int intra_priority_value) override;
|
||||
@@ -109,8 +110,6 @@ class CONTENT_EXPORT WebURLLoaderImpl : public blink::WebURLLoader {
|
||||
@@ -112,8 +113,6 @@ class CONTENT_EXPORT WebURLLoaderImpl : public blink::WebURLLoader {
|
||||
class Context;
|
||||
class RequestPeerImpl;
|
||||
|
||||
@@ -20,7 +20,7 @@ index 71ddc4cd98aa..714d1612e4eb 100644
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(WebURLLoaderImpl);
|
||||
diff --git third_party/blink/public/platform/web_url_loader.h third_party/blink/public/platform/web_url_loader.h
|
||||
index 18f605fdf283..760e690ac3d2 100644
|
||||
index 2db7b64b7948..fc77260fc9c0 100644
|
||||
--- third_party/blink/public/platform/web_url_loader.h
|
||||
+++ third_party/blink/public/platform/web_url_loader.h
|
||||
@@ -94,6 +94,10 @@ class WebURLLoader {
|
||||
@@ -31,6 +31,6 @@ index 18f605fdf283..760e690ac3d2 100644
|
||||
+ // the client.
|
||||
+ virtual void Cancel() {}
|
||||
+
|
||||
// Suspends/resumes an asynchronous load.
|
||||
virtual void SetDefersLoading(bool) = 0;
|
||||
|
||||
// |kDeferred| is when an asynchronous load is suspended.
|
||||
// |kDeferredWithBackForwardCache| is when an asynchronous load is suspended
|
||||
// with BackForwardCache, and BackForwardCache entry can be evicted when
|
||||
|
Reference in New Issue
Block a user