| Index: chrome/browser/chrome_site_per_process_browsertest.cc
|
| diff --git a/chrome/browser/chrome_site_per_process_browsertest.cc b/chrome/browser/chrome_site_per_process_browsertest.cc
|
| index 1ed8186121bac34b433561f9449fced949aeaed8..10e8783be03e166c4bc20a2041d3f167b7c4a6d9 100644
|
| --- a/chrome/browser/chrome_site_per_process_browsertest.cc
|
| +++ b/chrome/browser/chrome_site_per_process_browsertest.cc
|
| @@ -54,8 +54,11 @@ IN_PROC_BROWSER_TEST_F(ChromeSitePerProcessTest, RenderFrameProxyHostShutdown) {
|
| // and FileSystem APIs. These features involve a check on the
|
| // WebSecurityOrigin of the topmost WebFrame in ContentSettingsObserver, and
|
| // this test ensures this check works when the top frame is remote.
|
| +//
|
| +// Disabled due to a shutdown race condition that can lead to UAF in the
|
| +// renderer (https://crbug.com/470055).
|
| IN_PROC_BROWSER_TEST_F(ChromeSitePerProcessTest,
|
| - OriginReplicationAllowsAccessToStorage) {
|
| + DISABLED_OriginReplicationAllowsAccessToStorage) {
|
| // Navigate to a page with a same-site iframe.
|
| GURL main_url(embedded_test_server()->GetURL("a.com", "/iframe.html"));
|
| ui_test_utils::NavigateToURL(browser(), main_url);
|
|
|