Index: content/public/common/content_client.h |
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h |
index 2c016348dcc821da5e4bc9df6a56568022ae33b9..abe4512a783ff946ff72176b9ad5abff0a43e42d 100644 |
--- a/content/public/common/content_client.h |
+++ b/content/public/common/content_client.h |
@@ -147,9 +147,9 @@ class CONTENT_EXPORT ContentClient { |
// trustworthy schemes should be added. |
virtual void AddServiceWorkerSchemes(std::set<std::string>* schemes) {} |
- // Gives the embedder a chance to register schemes for which site isolation |
- // should be enabled. |
- virtual void AddIsolatedSchemes(std::set<std::string>* schemes) {} |
+ // Returns true if the embedder wishes to supplement the site isolation policy |
+ // used by the content layer. |
Charlie Reis
2015/10/12 23:13:28
nit: Let's say a bit more of what this implies (e.
ncarter (slow)
2015/10/13 20:22:11
Done.
|
+ virtual bool IsSupplementarySiteIsolationModeEnabled(); |
private: |
friend class ContentClientInitializer; // To set these pointers. |