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

Unified Diff: third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h

Issue 2873973002: CORS: Measure some ways in which we might tighten CORS processing.
Patch Set: Rebase. Created 3 years, 7 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/loader/DocumentThreadableLoader.h
diff --git a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
index 6c038cca24f0adc8f538a41ff25d7a6df01287a6..9e2802f81792ef4a5d2a9381e0d4fc1c0ef074cd 100644
--- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
+++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
@@ -187,6 +187,10 @@ class CORE_EXPORT DocumentThreadableLoader final : public ThreadableLoader,
// TODO(kinuko): Remove dependency to document.
Document* GetDocument() const;
+ // TODO(mkwst): Remove this once we have the data to make decisions about
+ // changes to CORS.
+ void MeasureAccessControlAllowOrigin(const ResourceResponse&) const;
+
ThreadableLoaderClient* client_;
Member<ThreadableLoadingContext> loading_context_;
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698