#include "content/public/browser/web_contents.h"
#include <utility>
#include "content/public/browser/child_process_host.h"
#include "ipc/ipc_message.h"
namespace content {
WebContents::CreateParams::CreateParams(BrowserContext* context,
base::Location creator_location)
: … { … }
WebContents::CreateParams::CreateParams(BrowserContext* context,
scoped_refptr<SiteInstance> site,
base::Location creator_location)
: … { … }
WebContents::CreateParams::CreateParams(const CreateParams& other) = default;
WebContents::CreateParams::~CreateParams() = default;
WebContents::ScopedIgnoreInputEvents::~ScopedIgnoreInputEvents() = default;
WebContents::ScopedIgnoreInputEvents::ScopedIgnoreInputEvents(
ScopedIgnoreInputEvents&& rhs) { … }
WebContents::ScopedIgnoreInputEvents&
WebContents::ScopedIgnoreInputEvents::operator=(ScopedIgnoreInputEvents&& rhs) { … }
WebContents::ScopedIgnoreInputEvents::ScopedIgnoreInputEvents(
base::OnceClosure on_destruction_cb)
: … { … }
}