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_; |