Index: content/common/frame_host.mojom |
diff --git a/content/common/frame_host.mojom b/content/common/frame_host.mojom |
deleted file mode 100644 |
index 01554a05d2ea2daf92dc6bf9e1f36e2afa92213e..0000000000000000000000000000000000000000 |
--- a/content/common/frame_host.mojom |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-// Copyright 2016 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. |
- |
-module content.mojom; |
- |
-import "url/mojo/url.mojom"; |
- |
-interface FrameHost { |
- GetHostZoomLevel(url.mojom.Url url) => (double zoom_level); |
-}; |