summaryrefslogtreecommitdiff
path: root/chromium/content/browser/browser_main_loop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/browser_main_loop.cc')
-rw-r--r--chromium/content/browser/browser_main_loop.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/content/browser/browser_main_loop.cc b/chromium/content/browser/browser_main_loop.cc
index 096a17447e4..aaf4b0897fa 100644
--- a/chromium/content/browser/browser_main_loop.cc
+++ b/chromium/content/browser/browser_main_loop.cc
@@ -874,6 +874,9 @@ int BrowserMainLoop::PreCreateThreads() {
EVP_set_buggy_rsa_parser(
base::FeatureList::IsEnabled(features::kBuggyRSAParser));
+ // Record metrics about which site isolation flags have been turned on.
+ SiteIsolationPolicy::RecordSiteIsolationFlagUsage();
+
return result_code_;
}