chromium/content/browser/isolation_context.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/browser/isolation_context.h"

namespace content {

IsolationContext::IsolationContext(BrowserContext* browser_context)
    :{}

IsolationContext::IsolationContext(
    BrowsingInstanceId browsing_instance_id,
    BrowserContext* browser_context,
    bool is_guest,
    bool is_fenced,
    OriginAgentClusterIsolationState default_isolation_state)
    :{}

IsolationContext::IsolationContext(
    BrowsingInstanceId browsing_instance_id,
    BrowserOrResourceContext browser_or_resource_context,
    bool is_guest,
    bool is_fenced,
    OriginAgentClusterIsolationState default_isolation_state)
    :{}

}  // namespace content