blob: 587ab20cb262b3ba3ee6e8eb494b85c2c3cf69e2 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_BROWSER_DEDICATED_WORKER_DEDICATED_WORKER_HOST_H_
#define CONTENT_BROWSER_DEDICATED_WORKER_DEDICATED_WORKER_HOST_H_
#include "third_party/blink/public/platform/dedicated_worker_factory.mojom.h"
namespace url {
class Origin;
}
namespace content {
void CreateDedicatedWorkerHostFactory(
int process_id,
int parent_render_frame_id,
const url::Origin& origin,
blink::mojom::DedicatedWorkerFactoryRequest request);
} // namespace content
#endif // CONTENT_BROWSER_DEDICATED_WORKER_DEDICATED_WORKER_HOST_H_