chromium/extensions/shell/browser/shell_browser_context.cc

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

#include "extensions/shell/browser/shell_browser_context.h"

#include <utility>

#include "base/functional/bind.h"
#include "base/memory/scoped_refptr.h"
#include "components/guest_view/browser/guest_view_manager.h"
#include "extensions/shell/browser/shell_special_storage_policy.h"

namespace extensions {

// Create a normal recording browser context. If we used an incognito context
// then app_shell would also have to create a normal context and manage both.
ShellBrowserContext::ShellBrowserContext()
    :{}

ShellBrowserContext::~ShellBrowserContext() {}

content::BrowserPluginGuestManager* ShellBrowserContext::GetGuestManager() {}

storage::SpecialStoragePolicy* ShellBrowserContext::GetSpecialStoragePolicy() {}

}  // namespace extensions