| 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/
|
|
|