commit | ce869f0b41da0860b0d3260aaa846c71e3acd33b | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <[email protected]> | Mon Aug 06 18:33:37 2018 |
committer | Commit Bot <[email protected]> | Mon Aug 06 18:33:37 2018 |
tree | 758e66d42d48fabea6ac75752879d77a7afb2d77 | |
parent | 87a7d8bef673fd8dd19a96706beb1744e64f9174 [diff] [blame] |
CORB: Explicit test that requests from content scripts are not blocked. Bug: 846346 Change-Id: I943bbecdd669c6e7c4eb5d3c5de6331dd35e0b1e Reviewed-on: https://chromium-review.googlesource.com/1159269 Commit-Queue: Ćukasz Anforowicz <[email protected]> Reviewed-by: Nick Carter <[email protected]> Reviewed-by: Devlin <[email protected]> Cr-Commit-Position: refs/heads/master@{#580929}
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc index 073e22b..9846c9c 100644 --- a/chrome/browser/chrome_content_browser_client.cc +++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1418,7 +1418,7 @@ } const char* -ChromeContentBrowserClient::GetInitatorSchemeBypassingDocumentBlocking() { +ChromeContentBrowserClient::GetInitiatorSchemeBypassingDocumentBlocking() { #if BUILDFLAG(ENABLE_EXTENSIONS) // Don't block responses for extension processes or for content scripts. // TODO(creis): When every extension fetch (including content scripts) has