| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 5b150c362fd6628a0a7e82cf20dc73a3420a2bfd..93487ead5ed637166e822e81a0b19e40ed7a245d 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -2707,6 +2707,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <summary>Is low memory device.</summary>
|
| </histogram>
|
|
|
| +<histogram name="ChromiumAndroidLinker.LibraryLoadFromApkSupported"
|
| + enum="BooleanSupported">
|
| + <owner>petrcermak@chromium.org</owner>
|
| + <summary>
|
| + Whether the device supports loading a library directly from the APK file.
|
| + The functionality is checked and reported during every Chromium browser
|
| + process start up.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="ChromiumAndroidLinker.LoadedAtFixedAddressFailed"
|
| enum="Boolean">
|
| <obsolete>
|
| @@ -39660,6 +39670,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <int value="1" label="Success"/>
|
| </enum>
|
|
|
| +<enum name="BooleanSupported" type="int">
|
| + <int value="0" label="Not supported"/>
|
| + <int value="1" label="Supported"/>
|
| +</enum>
|
| +
|
| <enum name="BooleanSuppressed" type="int">
|
| <int value="0" label="No suppressions"/>
|
| <int value="1" label="Suppressed"/>
|
|
|