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

Unified Diff: tools/metrics/histograms/enums.xml

Issue 2883273003: Move the user interaction policy for FirstMeaningfulPaint UMA into renderer (Closed)
Patch Set: Deprecate FirstMeaningfulPaintSignalStatus2 Created 3 years, 7 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:
Download patch
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 1214b9879d25131aef247c4ccda0cdd4654349c8..6e1dd7f79852e126e3629ddd059c9eafd2ed218d 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -15854,6 +15854,9 @@ uploading your change for review. These are checked by presubmit scripts.
</enum>
<enum name="FirstMeaningfulPaintSignalStatus" type="int">
+ <obsolete>
+ Deprecated as of 05/17/2017.
+ </obsolete>
<int value="0" label="No input, network active"/>
<int value="1" label="Had input, network active"/>
<int value="2" label="No input, network stable"/>

Powered by Google App Engine
This is Rietveld 408576698