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

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

Issue 2472583003: Navigation Timing Level 2 (Closed)
Patch Set: Added feature flag to getEntriesByName Created 4 years, 1 month 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/PerformanceEntry.h
diff --git a/third_party/WebKit/Source/core/timing/PerformanceEntry.h b/third_party/WebKit/Source/core/timing/PerformanceEntry.h
index 4e2ace47bd9a4e52ecede1cb3522bca093564e29..d5cec0474e964705614085412a4d4389216a399a 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceEntry.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.h
@@ -62,6 +62,7 @@ class CORE_EXPORT PerformanceEntry
Render = 1 << 4,
Resource = 1 << 5,
LongTask = 1 << 6,
+ Navigation = 1 << 7,
Kunihiko Sakamoto 2016/11/07 07:53:18 It looks like the bit 1 is unused. Can you insert
sunjian 2016/11/08 02:10:19 Done.
};
String name() const;

Powered by Google App Engine
This is Rietveld 408576698