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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2186233002: Measure EventSource usage in Document and Workers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index fc6a5e89d1721c5b02e4a39b7838b76b3dc4353a..fc60fe627575b09d52496e59948180c170bc76ad 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1279,6 +1279,8 @@ public:
CSSValueAppearanceTextFieldForTextField = 1475,
RTCPeerConnectionGetStats = 1476,
SVGSMILAnimationAppliedEffect = 1477,
+ EventSourceDocument = 1478,
+ EventSourceWorker = 1479,
PerformanceResourceTimingSizes = 1478,
Mike West 2016/07/28 12:34:11 Yours need to come after this.
Mike West 2016/07/28 12:34:39 (Maybe remove the extraneous whitespace, as it's c
mlamouri (slow - plz ping) 2016/07/28 12:39:43 Yes indeed, this empty line tricked me well :)
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/page/EventSource.cpp » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698