| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index a9e8f93027834058c87811f2d0d722163c245a60..7133c3a48dcfb143ff40f997c446104ba0374627 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -7416,6 +7416,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Clipboard.ConstructedHasher" enum="BooleanSuccess">
|
| + <owner>mpearson@chromium.org</owner>
|
| + <summary>
|
| + Whether Android's Clipboard.java successfully constructed a hasher to hash
|
| + clipboard entries. Recorded on construction of the class, which happens
|
| + only on startup.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Clipboard.IncognitoUseCase" enum="ClipboardAction">
|
| <obsolete>
|
| Deprecated as of 4/2013, experiment confirmed correctness of our patch.
|
|
|