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

Unified Diff: third_party/WebKit/Source/core/testing/NullExecutionContext.h

Issue 2823213002: Implement CanRequest in BaseFetchContext (Closed)
Patch Set: make it work with non-document Created 3 years, 8 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/testing/NullExecutionContext.h
diff --git a/third_party/WebKit/Source/core/testing/NullExecutionContext.h b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
index 1118449f2c6fd8fb1727bd06be949ce8eac35ecd..e59db9a59f60ad7fcc1689994081bde27b8ea552 100644
--- a/third_party/WebKit/Source/core/testing/NullExecutionContext.h
+++ b/third_party/WebKit/Source/core/testing/NullExecutionContext.h
@@ -52,6 +52,8 @@ class NullExecutionContext final
String& error_message,
const SecureContextCheck = kStandardSecureContextCheck) const override;
+ void SetUpSecurityContext();
+
DEFINE_INLINE_TRACE() {
visitor->Trace(queue_);
SecurityContext::Trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698