#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 {
ShellBrowserContext::ShellBrowserContext()
: … { … }
ShellBrowserContext::~ShellBrowserContext() { … }
content::BrowserPluginGuestManager* ShellBrowserContext::GetGuestManager() { … }
storage::SpecialStoragePolicy* ShellBrowserContext::GetSpecialStoragePolicy() { … }
}