mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 93.0.4577.0 (#902210)
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
diff --git content/public/browser/frame_service_base.h content/public/browser/frame_service_base.h
|
||||
index af3218d8f6462..da6880cc57e90 100644
|
||||
--- content/public/browser/frame_service_base.h
|
||||
+++ content/public/browser/frame_service_base.h
|
||||
@@ -83,6 +83,8 @@ class FrameServiceBase : public Interface, public WebContentsObserver {
|
||||
diff --git content/public/browser/document_service_base.h content/public/browser/document_service_base.h
|
||||
index a7d9457f7561a..3296e65dcb0f5 100644
|
||||
--- content/public/browser/document_service_base.h
|
||||
+++ content/public/browser/document_service_base.h
|
||||
@@ -83,6 +83,8 @@ class DocumentServiceBase : public Interface, public WebContentsObserver {
|
||||
|
||||
void DidFinishNavigation(NavigationHandle* navigation_handle) final {
|
||||
DCHECK_CALLED_ON_VALID_THREAD(thread_checker_);
|
||||
@ -11,7 +11,7 @@ index af3218d8f6462..da6880cc57e90 100644
|
||||
|
||||
if (!navigation_handle->HasCommitted() ||
|
||||
navigation_handle->IsSameDocument() ||
|
||||
@@ -96,6 +98,9 @@ class FrameServiceBase : public Interface, public WebContentsObserver {
|
||||
@@ -96,6 +98,9 @@ class DocumentServiceBase : public Interface, public WebContentsObserver {
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user