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

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

Issue 2839683003: Server-Timing (Closed)
Patch Set: make those robots happy, attempt #4 Created 3 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: 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 aad53f851b7b572d9c49e9276efdc22a4fa24575..24d951c5e98b39fbebac0924eebf42115716f7f3 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceEntry.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.h
@@ -65,7 +65,8 @@ class CORE_EXPORT PerformanceEntry
kResource = 1 << 5,
kLongTask = 1 << 6,
kTaskAttribution = 1 << 7,
- kPaint = 1 << 8
+ kPaint = 1 << 8,
+ kServer = 1 << 9
};
String name() const;

Powered by Google App Engine
This is Rietveld 408576698