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

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

Issue 2222573003: Add use counter for chrome.loadTimes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments Created 4 years, 4 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
« no previous file with comments | « chrome/renderer/loadtimes_extension_bindings.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 944166c0ae1f3d1dcd4fad5890f0144b50204ecf..0552223eabf8a8118308948b0abe647db7c15bd0 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1259,6 +1259,21 @@ public:
SVGSMILAdditiveAnimation = 1484,
SendBeaconWithNonSimpleContentType = 1485,
+ ChromeLoadTimesRequestTime = 1486,
+ ChromeLoadTimesStartLoadTime = 1487,
+ ChromeLoadTimesCommitLoadTime = 1488,
+ ChromeLoadTimesFinishDocumentLoadTime = 1489,
+ ChromeLoadTimesFinishLoadTime = 1490,
+ ChromeLoadTimesFirstPaintTime = 1491,
+ ChromeLoadTimesFirstPaintAfterLoadTime = 1492,
+ ChromeLoadTimesNavigationType = 1493,
+ ChromeLoadTimesWasFetchedViaSpdy = 1494,
+ ChromeLoadTimesWasNpnNegotiated = 1495,
+ ChromeLoadTimesNpnNegotiatedProtocol = 1496,
+ ChromeLoadTimesWasAlternateProtocolAvailable = 1497,
+ ChromeLoadTimesConnectionInfo = 1498,
+ ChromeLoadTimesUnknown = 1499,
+
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
// Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/
« no previous file with comments | « chrome/renderer/loadtimes_extension_bindings.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698