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

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

Issue 16603005: Revert 152077 "[Resource Timing] Expose redirect timing information" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 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
« no previous file with comments | « trunk/Source/core/loader/cache/CachedResourceLoader.cpp ('k') | trunk/Source/core/page/Performance.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/core/page/Performance.h
===================================================================
--- trunk/Source/core/page/Performance.h (revision 152082)
+++ trunk/Source/core/page/Performance.h (working copy)
@@ -49,7 +49,6 @@
class Document;
class ResourceRequest;
class ResourceResponse;
-class ResourceTimingInfo;
class UserTiming;
class Performance : public ScriptWrappable, public RefCounted<Performance>, public DOMWindowProperty, public EventTarget {
@@ -74,7 +73,7 @@
DEFINE_ATTRIBUTE_EVENT_LISTENER(webkitresourcetimingbufferfull);
- void addResourceTiming(const ResourceTimingInfo&, Document*);
+ void addResourceTiming(const String& initiatorName, Document*, const ResourceRequest&, const ResourceResponse&, double initiationTime, double finishTime);
using RefCounted<Performance>::ref;
using RefCounted<Performance>::deref;
@@ -93,7 +92,6 @@
virtual EventTargetData* eventTargetData();
virtual EventTargetData* ensureEventTargetData();
bool isResourceTimingBufferFull();
- void addResourceTimingBuffer(PassRefPtr<PerformanceEntry>);
EventTargetData m_eventTargetData;
« no previous file with comments | « trunk/Source/core/loader/cache/CachedResourceLoader.cpp ('k') | trunk/Source/core/page/Performance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698