Index: content/public/renderer/content_renderer_client.h |
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h |
index 8c7d4fede39aa452d8bc6ccf639bc99baf4664dd..7dd29c2974dccf9f4df5751154778884761fc272 100644 |
--- a/content/public/renderer/content_renderer_client.h |
+++ b/content/public/renderer/content_renderer_client.h |
@@ -273,10 +273,10 @@ class CONTENT_EXPORT ContentRendererClient { |
virtual bool ShouldReportDetailedMessageForSource( |
const base::string16& source) const; |
- // Returns true if we should apply the cross-site document blocking policy to |
- // this renderer process. Currently, we apply the policy only to a renderer |
- // process running on a normal page from the web. |
- virtual bool ShouldEnableSiteIsolationPolicy() const; |
+ // Returns true if we should gather stats during resource loads as if the |
+ // cross-site document blocking policy were enabled. Does not actually block |
+ // any pages. |
+ virtual bool ShouldGatherSiteIsolationStats() const; |
// Creates a permission client proxy for in-renderer worker. |
virtual blink::WebWorkerContentSettingsClientProxy* |