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

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

Issue 333823006: Revert "Allow XHR timeout attribute to be overridden after send(), per spec" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/DocumentThreadableLoader.h
diff --git a/Source/core/loader/DocumentThreadableLoader.h b/Source/core/loader/DocumentThreadableLoader.h
index 4141ed643e8d129b389163151cf86122c5b39f3a..54e8b2494bb2917e80d0bc2e53a717cb5d448473 100644
--- a/Source/core/loader/DocumentThreadableLoader.h
+++ b/Source/core/loader/DocumentThreadableLoader.h
@@ -58,8 +58,6 @@ class DocumentThreadableLoader FINAL : public ThreadableLoader, private Resource
static PassRefPtr<DocumentThreadableLoader> create(Document&, ThreadableLoaderClient*, const ResourceRequest&, const ThreadableLoaderOptions&, const ResourceLoaderOptions&);
virtual ~DocumentThreadableLoader();
- virtual void overrideTimeout(unsigned long timeout) OVERRIDE;
-
virtual void cancel() OVERRIDE;
void setDefersLoading(bool);
@@ -131,7 +129,6 @@ class DocumentThreadableLoader FINAL : public ThreadableLoader, private Resource
HTTPHeaderMap m_simpleRequestHeaders; // stores simple request headers in case of a cross-origin redirect.
Timer<DocumentThreadableLoader> m_timeoutTimer;
- double m_requestStartedSeconds; // Time an asynchronous fetch request is started
};
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698