Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 7f9633f663c1c569e1f67d5c5bf150cddaa993b5..b3cef7bbb7aea478ad1553056f63dae8e3b78a0f 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -5108,6 +5108,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="ChromiumAndroidNativeLibraryPreloader.BrowserStates"> |
|
michaelbai
2016/05/26 04:33:28
torne@ We can define the enum for current return v
|
| + <owner>michaelbai@chromium.org</owner> |
| + <summary> |
| + The return value of NativeLibraryPreloader.loadLibrary() in browser process. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="ChromiumAndroidNativeLibraryPreloader.RendererStates"> |
| + <owner>michaelbai@chromium.org</owner> |
| + <summary> |
| + The return value of NativeLibraryPreloader.loadLibrary() in renderer |
| + process. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Chromoting.Connections" enum="State"> |
| <owner>anandc@chromium.com</owner> |
| <owner>sergeyu@chromium.org</owner> |