Chromium Code Reviews| 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..9189cd95411aee0fe769c73803ae6ea2353ef6bf 100644 | 
| --- a/third_party/WebKit/Source/core/timing/PerformanceEntry.h | 
| +++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.h | 
| @@ -56,6 +56,7 @@ class CORE_EXPORT PerformanceEntry | 
| enum EntryType { | 
| Invalid = 0, | 
| + Navigation = 1 << 0, | 
| Composite = 1 << 1, | 
| Mark = 1 << 2, | 
| Measure = 1 << 3, |