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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2105713002: Render process changes for ResourceTiming sizes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@resource_timing_sizes_browser_process
Patch Set: Initialise encoded_body_length for sync XHR to data: URLs Created 4 years, 5 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/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index f3ca836205f3f70678ec12c90c06397ff4e28539..82a2ef5d9d3a67c8c4338506c727f752b31df51f 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -4389,8 +4389,10 @@ interface PerformanceResourceTiming : PerformanceEntry
attribute @@toStringTag
getter connectEnd
getter connectStart
+ getter decodedBodySize
getter domainLookupEnd
getter domainLookupStart
+ getter encodedBodySize
getter fetchStart
getter initiatorType
getter redirectEnd
@@ -4399,6 +4401,7 @@ interface PerformanceResourceTiming : PerformanceEntry
getter responseEnd
getter responseStart
getter secureConnectionStart
+ getter transferSize
getter workerStart
method constructor
interface PerformanceTiming

Powered by Google App Engine
This is Rietveld 408576698