summaryrefslogtreecommitdiffstats
path: root/mandoline/ui/desktop_ui/public/interfaces/view_embedder.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'mandoline/ui/desktop_ui/public/interfaces/view_embedder.mojom')
-rw-r--r--mandoline/ui/desktop_ui/public/interfaces/view_embedder.mojom11
1 files changed, 11 insertions, 0 deletions
diff --git a/mandoline/ui/desktop_ui/public/interfaces/view_embedder.mojom b/mandoline/ui/desktop_ui/public/interfaces/view_embedder.mojom
new file mode 100644
index 0000000..693dfee
--- /dev/null
+++ b/mandoline/ui/desktop_ui/public/interfaces/view_embedder.mojom
@@ -0,0 +1,11 @@
+// Copyright 2015 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 mandoline;
+
+import "network/public/interfaces/url_loader.mojom";
+
+interface ViewEmbedder {
+ Embed(mojo.URLRequest request);
+};