Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 831235bd30b115df43e9fca3984b9e5084a96642..b188a56e0f3330c89c1c72d2b0219659071bc888 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -71115,6 +71115,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="SiteIsolation.ReusePendingOrCommittedSite.CouldReuse" |
| + enum="BooleanEnabled"> |
|
Ilya Sherman
2017/06/13 21:39:13
Please define a custom enum in enums.xml with labe
clamy
2017/06/14 12:11:01
Done.
|
| + <owner>clamy@chromium.org</owner> |
| + <summary> |
| + Whether SiteInstances with a ProcessReusePolicy of |
| + REUSE_PENDING_OR_COMMITTED_SITE could reuse an existing RenderProcessHost or |
| + they had to create a new one. True when they reused an existing process, |
| + false when they created a new one. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="SiteIsolation.SiteInstancesPerBrowsingInstance"> |
| <owner>nasko@chromium.org</owner> |
| <summary> |