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

Unified Diff: telemetry/third_party/web-page-replay/httparchive.py

Issue 2555943002: Update web-page-replay to the latest commit (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
Index: telemetry/third_party/web-page-replay/httparchive.py
diff --git a/telemetry/third_party/web-page-replay/httparchive.py b/telemetry/third_party/web-page-replay/httparchive.py
index 61d529e6ffad2f6a9ab596057436baa54fc51a30..bdfb66e446ac75e1a6fa29ca5ddab57f348fcdc0 100755
--- a/telemetry/third_party/web-page-replay/httparchive.py
+++ b/telemetry/third_party/web-page-replay/httparchive.py
@@ -737,7 +737,7 @@ class ArchivedHttpResponse(object):
# This date was used in deterministic.js prior to switching to recorded
# request time. See https://github.com/chromium/web-page-replay/issues/71
# for details.
- DEFAULT_REQUEST_TIME = datetime.datetime(2008, 2, 29)
+ DEFAULT_REQUEST_TIME = datetime.datetime(2008, 2, 29, 2, 26, 8, 254000)
def __init__(self, version, status, reason, headers, response_data,
delays=None, request_time=None):
« no previous file with comments | « telemetry/third_party/web-page-replay/README.chromium ('k') | telemetry/third_party/web-page-replay/httpclient_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698