Update to Chromium version 94.0.4606.0 (#911515)

This commit is contained in:
Marshall Greenblatt
2021-08-19 19:40:49 -04:00
parent 955097ea77
commit 25c1947f1d
85 changed files with 745 additions and 726 deletions

View File

@@ -1,8 +1,8 @@
diff --git content/public/browser/document_service_base.h content/public/browser/document_service_base.h
index a7d9457f7561a..3296e65dcb0f5 100644
index e92c412a44c62..520338835afa8 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 {
@@ -80,6 +80,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 a7d9457f7561a..3296e65dcb0f5 100644
if (!navigation_handle->HasCommitted() ||
navigation_handle->IsSameDocument() ||
@@ -96,6 +98,9 @@ class DocumentServiceBase : public Interface, public WebContentsObserver {
@@ -98,6 +100,9 @@ class DocumentServiceBase : public Interface, public WebContentsObserver {
}
}