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

Unified Diff: third_party/WebKit/Source/core/timing/Performance.h

Issue 2647643004: Report nav timing 2 instance as soon as it's requested. (Closed)
Patch Set: add TODO Created 3 years, 9 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/Source/core/timing/Performance.h
diff --git a/third_party/WebKit/Source/core/timing/Performance.h b/third_party/WebKit/Source/core/timing/Performance.h
index e0e751e4ce301a03256b08bbf0cb29e0d2de9663..80c54a2258ee98b9ffd9a2981c2490bc3d2b38d3 100644
--- a/third_party/WebKit/Source/core/timing/Performance.h
+++ b/third_party/WebKit/Source/core/timing/Performance.h
@@ -76,6 +76,8 @@ class CORE_EXPORT Performance final : public PerformanceBase,
// ContextLifecycleObserver overrides.
void contextDestroyed(ExecutionContext*) override;
+ PerformanceNavigationTiming* createNavigationTimingInstance() override;
+
static std::pair<String, DOMWindow*> sanitizedAttribution(
ExecutionContext*,
bool hasMultipleContexts,
« no previous file with comments | « third_party/WebKit/Source/core/loader/DocumentLoader.cpp ('k') | third_party/WebKit/Source/core/timing/Performance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698