Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h

Issue 2635023003: Fix a bug in origin header generation for CORS preflight in extensions (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h
diff --git a/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h b/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h
index 354e01c3c2647249de44fdd06b4b424192dfa0a7..a53696b881368f1c2715e84e08b6e02f55583918 100644
--- a/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h
+++ b/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h
@@ -142,8 +142,7 @@ class CrossOriginAccessControl {
CORE_EXPORT bool isOnAccessControlResponseHeaderWhitelist(const String&);
CORE_EXPORT ResourceRequest
-createAccessControlPreflightRequest(const ResourceRequest&,
- const SecurityOrigin*);
+createAccessControlPreflightRequest(const ResourceRequest&);
CORE_EXPORT void parseAccessControlExposeHeadersAllowList(
const String& headerValue,

Powered by Google App Engine
This is Rietveld 408576698