| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 831235bd30b115df43e9fca3984b9e5084a96642..e7c4856e29110bdb52afdf316430b25d87cfaf49 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="ReusePendingOrCommittedSiteEnum">
|
| + <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>
|
|
|