Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 38a9a3d1b5d468812a751f70f8c8e44701c98407..3f5ee27abb6030c8c91004a936e97bfeb1e2c0bf 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -2653,6 +2653,24 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="ChromiumAndroidLinker.BrowserStates" |
+ enum="ChromiumAndroidLinkerBrowserState"> |
+ <owner>simonb@chromium.org</owner> |
+ <summary> |
+ Whether relro sharing was attempted for the browser process, and if |
+ attempted, whether it succeeded. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="ChromiumAndroidLinker.RendererStates" |
+ enum="ChromiumAndroidLinkerRendererState"> |
+ <owner>simonb@chromium.org</owner> |
+ <summary> |
+ Whether relro sharing was attempted for a renderer process, and if |
+ attempted, whether it succeeded. |
+ </summary> |
+</histogram> |
+ |
<histogram name="clickjacking.discard_download" units="ms"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<summary> |
@@ -39569,6 +39587,18 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<int value="22" label="Profile image"/> |
</enum> |
+<enum name="ChromiumAndroidLinkerBrowserState" type="int"> |
+ <int value="0" label="Normal, Random Address Load"/> |
+ <int value="1" label="Low memory, Fixed Address Load Success"/> |
+ <int value="2" label="Low memory, Fixed Address Load Failure"/> |
+</enum> |
+ |
+<enum name="ChromiumAndroidLinkerRendererState" type="int"> |
+ <int value="0" label="Fixed Address Load Success"/> |
+ <int value="1" label="Fixed Address Load Failure"/> |
+ <int value="2" label="Fixed Address Load Not Attempted"/> |
+</enum> |
+ |
<enum name="ClipboardAction" type="int"> |
<int value="0" label="Write from non-Incognito"/> |
<int value="1" label="Write from Incognito"/> |