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

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

Issue 2576233004: Use TaskRunnerTimer in DocumentThreadableLoader (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bf1fb5c78199ad1bd5bb017965ced2b6b7f21cf5..b4701110b6b310e5d19b03ca875e8a92561e7878 100644
--- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
+++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
@@ -220,7 +220,7 @@ class CORE_EXPORT DocumentThreadableLoader final : public ThreadableLoader,
// stores request headers in case of a cross-origin redirect.
HTTPHeaderMap m_requestHeaders;
- Timer<DocumentThreadableLoader> m_timeoutTimer;
+ TaskRunnerTimer<DocumentThreadableLoader> m_timeoutTimer;
double
m_requestStartedSeconds; // Time an asynchronous fetch request is started
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698