| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 67384762ec9fa2602694b55e3c9cfaecdf0b7a8a..f3bcc799540b75391c19f54ac3e8cf8ab726d915 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -84092,7 +84092,9 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <int value="0" label="Snippets were shown to the user"/>
|
| <int value="1" label="User scrolled through the snippets"/>
|
| <int value="2" label="User clicked on a snippet into the host website"/>
|
| - <int value="3" label="User swiped a snippet away"/>
|
| + <int value="3" label="User swiped a snippet away (obsolete)"/>
|
| + <int value="4" label="User swiped a snippet away after visiting"/>
|
| + <int value="5" label="User swiped a snippet away without visiting"/>
|
| </enum>
|
|
|
| <enum name="SocketStreamConnectionType" type="int">
|
|
|