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

Unified Diff: Source/core/loader/ThreadableLoader.h

Issue 14246006: Implementing timeout support for XHR (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@timeoutResourceHandle
Patch Set: Timeout support in DocumentThreadableLoader (rebased after eb2eb02c34d16c) Created 7 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: Source/core/loader/ThreadableLoader.h
diff --git a/Source/core/loader/ThreadableLoader.h b/Source/core/loader/ThreadableLoader.h
index e12b540872726b63b0096deba78e567df1625306..073922c3cb018e0ea007555a9392f68213309f29 100644
--- a/Source/core/loader/ThreadableLoader.h
+++ b/Source/core/loader/ThreadableLoader.h
@@ -75,6 +75,7 @@ namespace WebCore {
RefPtr<SecurityOrigin> securityOrigin;
AtomicString initiator;
ContentSecurityPolicyEnforcement contentSecurityPolicyEnforcement;
+ unsigned long timeoutMilliseconds;
};
// Useful for doing loader operations from any thread (not threadsafe,

Powered by Google App Engine
This is Rietveld 408576698