@@ -7,10 +7,10 @@ Pending upstream patch, this gives us fuller access to the window.open params
77so that we will be able to decide whether to cancel it or not.
88
99diff --git a/chrome/browser/media/offscreen_tab.cc b/chrome/browser/media/offscreen_tab.cc
10- index 3205aa98621b855a8e1dcea19daf5c4bf660dc09..54a994670a6ce84baf74e1939aba88ca8f1648b3 100644
10+ index 5620967379a2f0754449bb47e8a3994be97fed54..e6d46a14d62df5dffc383b4fb36bb792a93bddab 100644
1111--- a/chrome/browser/media/offscreen_tab.cc
1212+++ b/chrome/browser/media/offscreen_tab.cc
13- @@ -285 ,8 +285 ,7 @@ bool OffscreenTab::IsWebContentsCreationOverridden(
13+ @@ -286 ,8 +286 ,7 @@ bool OffscreenTab::IsWebContentsCreationOverridden(
1414 content::SiteInstance* source_site_instance,
1515 content::mojom::WindowContainerType window_container_type,
1616 const GURL& opener_url,
@@ -99,10 +99,10 @@ index e7df94b97731f9c0a11fc8cb862198df781fe21c..975206defd9e3b035d0a7cb2066fe97d
9999
100100 WebContents* Browser::CreateCustomWebContents(
101101diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
102- index ce9edb90a7ac7f16af1dcb3fda492315315ace7c..126ddd6068e6023d7e21aefcf87d81791a61d262 100644
102+ index db37e861d254661b75bbe5802aa9d12c4e07b015..b41cf4e90a014a331835299291665df43f367b44 100644
103103--- a/chrome/browser/ui/browser.h
104104+++ b/chrome/browser/ui/browser.h
105- @@ -886 ,8 +886 ,7 @@ class Browser : public TabStripModelObserver,
105+ @@ -890 ,8 +890 ,7 @@ class Browser : public TabStripModelObserver,
106106 content::SiteInstance* source_site_instance,
107107 content::mojom::WindowContainerType window_container_type,
108108 const GURL& opener_url,
@@ -190,10 +190,10 @@ index e5b1bd6bb831f9e1e17520015d09068464ecb098..f8094fb78f30d6f3145b6ee704305281
190190 void SetContentsBounds(content::WebContents* source,
191191 const gfx::Rect& bounds) override;
192192diff --git a/components/offline_pages/content/background_loader/background_loader_contents.cc b/components/offline_pages/content/background_loader/background_loader_contents.cc
193- index e055852342aef9ab1b49a9d8a630fae1173862e4..cc3ce00fb16ad560852aae6c3dcab29d920faec1 100644
193+ index 524b71f68bc048486d43d39f24fd07d483919944..73bb698b646ea0b4992aa86f56862376df090598 100644
194194--- a/components/offline_pages/content/background_loader/background_loader_contents.cc
195195+++ b/components/offline_pages/content/background_loader/background_loader_contents.cc
196- @@ -83 ,8 +83 ,7 @@ bool BackgroundLoaderContents::IsWebContentsCreationOverridden(
196+ @@ -84 ,8 +84 ,7 @@ bool BackgroundLoaderContents::IsWebContentsCreationOverridden(
197197 content::SiteInstance* source_site_instance,
198198 content::mojom::WindowContainerType window_container_type,
199199 const GURL& opener_url,
@@ -218,10 +218,10 @@ index 4e32d708ecf4afd3913d86ec1602ef2dc9a60998..1dd2f50fba1387b5eeb554dd540957d7
218218 void AddNewContents(content::WebContents* source,
219219 std::unique_ptr<content::WebContents> new_contents,
220220diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
221- index 7b34c3ecc778ee08f262b9b232c1dbd5c10d2475..08e3ff32f55a7d21bcf795764273758995854a80 100644
221+ index cab32460f2da655fa65675a64cef0a04106f3876..864835dc83c51e8d67a6a6d2da32e1fb2fffb23d 100644
222222--- a/content/browser/web_contents/web_contents_impl.cc
223223+++ b/content/browser/web_contents/web_contents_impl.cc
224- @@ -4234 ,8 +4234 ,7 @@ FrameTree* WebContentsImpl::CreateNewWindow(
224+ @@ -4302 ,8 +4302 ,7 @@ FrameTree* WebContentsImpl::CreateNewWindow(
225225
226226 if (delegate_ && delegate_->IsWebContentsCreationOverridden(
227227 source_site_instance, params.window_container_type,
0 commit comments