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

Unified Diff: Source/core/page/Performance.h

Issue 13912021: [Resource Timing] Expose redirect timing information (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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/page/Performance.h
diff --git a/Source/core/page/Performance.h b/Source/core/page/Performance.h
index 19f6f169d6249922156785771eb362671f9b76eb..f3122186a076f4322d1aabcc253de4c17a62b0c8 100644
--- a/Source/core/page/Performance.h
+++ b/Source/core/page/Performance.h
@@ -49,6 +49,7 @@ namespace WebCore {
class Document;
class ResourceRequest;
class ResourceResponse;
+class ResourceTimingInfo;
class UserTiming;
class Performance : public ScriptWrappable, public RefCounted<Performance>, public DOMWindowProperty, public EventTarget {
@@ -73,7 +74,7 @@ public:
DEFINE_ATTRIBUTE_EVENT_LISTENER(webkitresourcetimingbufferfull);
- void addResourceTiming(const String& initiatorName, Document*, const ResourceRequest&, const ResourceResponse&, double initiationTime, double finishTime);
+ void addResourceTiming(const ResourceTimingInfo&, Document*);
using RefCounted<Performance>::ref;
using RefCounted<Performance>::deref;

Powered by Google App Engine
This is Rietveld 408576698