diff options
Diffstat (limited to 'content/common/site_isolation_policy.h')
-rw-r--r-- | content/common/site_isolation_policy.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/content/common/site_isolation_policy.h b/content/common/site_isolation_policy.h index 69b6c5e..5b1ee90 100644 --- a/content/common/site_isolation_policy.h +++ b/content/common/site_isolation_policy.h @@ -43,17 +43,6 @@ class CONTENT_EXPORT SiteIsolationPolicy { // TODO(creis, avi): Make this the default, and eliminate this. static bool UseSubframeNavigationEntries(); - // Returns true if we are currently in a mode where the swapped out state - // should not be used. Currently (as an implementation strategy) swapped out - // is forbidden under --site-per-process, but our goal is to eliminate the - // mode entirely. In code that deals with the swapped out state, prefer calls - // to this function over consulting the switches directly. It will be easier - // to grep, and easier to rip out. - // - // TODO(nasko): When swappedout:// is eliminated entirely, this function - // should be removed and its callers cleaned up. - static bool IsSwappedOutStateForbidden(); - private: SiteIsolationPolicy(); // Not instantiable. |