Index: chrome/browser/site_details.h |
diff --git a/chrome/browser/site_details.h b/chrome/browser/site_details.h |
index da613373d276a0103dcfbc20212c03f54523d1b3..a81fc379ea059aac5b0df18eff577a46d33ab613 100644 |
--- a/chrome/browser/site_details.h |
+++ b/chrome/browser/site_details.h |
@@ -45,6 +45,10 @@ struct SiteData { |
// Global list of all SiteInstances, used for de-duping related instances. |
std::vector<content::SiteInstance*> instances; |
+ |
+ // A count of all RenderFrameHosts, which are in a different SiteInstance from |
+ // their parents. |
+ int out_of_process_frames; |
}; |
// Maps a BrowserContext to information about the sites it contains. |