Commit 075e0b30 authored by Leon Han's avatar Leon Han Committed by Commit Bot

[OnionSoup] Move referrer.mojom into blink/public/mojom

Based on https://crrev.com/c/1317344 and https://crrev.com/c/1317348,
this CL moves blink/public/platform/referrer.mojom into
blink/public/mojom, as part of Onion Soup efforts.

BUG=789854

Change-Id: I6832ae85d849ff5395da0b37b1cc7bfa63e1152f
Reviewed-on: https://chromium-review.googlesource.com/c/1319346Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Leon Han <leon.han@intel.com>
Cr-Commit-Position: refs/heads/master@{#605627}
parent 7fdd0287
......@@ -4,7 +4,7 @@
module pdf.mojom;
import "third_party/blink/public/platform/referrer.mojom";
import "third_party/blink/public/mojom/referrer.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
import "url/mojom/url.mojom";
......
......@@ -21,7 +21,7 @@ import "services/viz/public/interfaces/compositing/surface_id.mojom";
import "third_party/blink/public/mojom/blob/blob_url_store.mojom";
import "third_party/blink/public/mojom/feature_policy/feature_policy.mojom";
import "third_party/blink/public/mojom/frame/navigation_initiator.mojom";
import "third_party/blink/public/platform/referrer.mojom";
import "third_party/blink/public/mojom/referrer.mojom";
import "third_party/blink/public/web/commit_result.mojom";
import "third_party/blink/public/web/devtools_agent.mojom";
import "third_party/blink/public/web/window_features.mojom";
......
......@@ -8,7 +8,7 @@
#include "content/common/content_export.h"
#include "content/public/common/referrer.h"
#include "mojo/public/cpp/bindings/type_converter.h"
#include "third_party/blink/public/platform/referrer.mojom.h"
#include "third_party/blink/public/mojom/referrer.mojom.h"
namespace mojo {
// TODO(leonhsl): Remove these converters once we remove content::Referrer.
......
......@@ -664,7 +664,6 @@ mojom("mojo_bindings") {
"platform/modules/webauthn/virtual_authenticator.mojom",
"platform/modules/webdatabase/web_database.mojom",
"platform/oom_intervention.mojom",
"platform/referrer.mojom",
"platform/reporting.mojom",
"platform/site_engagement.mojom",
"platform/ukm.mojom",
......
......@@ -48,6 +48,7 @@ mojom("mojom_platform") {
"presentation/presentation.mojom",
"quota/quota_dispatcher_host.mojom",
"quota/quota_types.mojom",
"referrer.mojom",
"service_worker/dispatch_fetch_event_params.mojom",
"service_worker/navigation_preload_state.mojom",
"service_worker/service_worker_client.mojom",
......
......@@ -6,8 +6,8 @@ module blink.mojom;
import "services/network/public/mojom/fetch_api.mojom";
import "services/network/public/mojom/request_context_frame_type.mojom";
import "third_party/blink/public/platform/referrer.mojom";
import "third_party/blink/public/mojom/blob/serialized_blob.mojom";
import "third_party/blink/public/mojom/referrer.mojom";
import "url/mojom/url.mojom";
......
......@@ -35,8 +35,8 @@
#include "base/optional.h"
#include "base/time/time.h"
#include "base/unguessable_token.h"
#include "services/network/public/mojom/referrer_policy.mojom-shared.h"
#include "third_party/blink/public/platform/modules/fetch/fetch_api_request.mojom-shared.h"
#include "third_party/blink/public/platform/referrer.mojom-shared.h"
#include "third_party/blink/public/platform/web_common.h"
namespace network {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment