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

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

Issue 2149933003: Pre-work for adding usage counter for chrome.loadtimes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add UseCounter for chrome.loadtimes deprecation 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..b22423cdca9af078a5c4a5653222b31bafcac57b 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1259,6 +1259,20 @@ 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,
+
// 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