Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1086)

Unified Diff: third_party/WebKit/public/platform/modules/mime_handler_view/mime_handler_view.mojom

Issue 2719333002: second stage
Patch Set: Need to get around resource loading without web/ Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/mime_handler_view/mime_handler_view.mojom
diff --git a/third_party/WebKit/public/platform/modules/mime_handler_view/mime_handler_view.mojom b/third_party/WebKit/public/platform/modules/mime_handler_view/mime_handler_view.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..d7a128193621804490414ad11429ce86d11b3e33
--- /dev/null
+++ b/third_party/WebKit/public/platform/modules/mime_handler_view/mime_handler_view.mojom
@@ -0,0 +1,15 @@
+// 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.
+
+module blink.mojom;
+
+import "url/mojo/url.mojom";
+
+interface MimeHandlerViewService {
+ CreateMimeHandlerViewGuest(
+ int32 element_instance_id,
+ string mime_type,
+ string view_id,
+ url.mojom.Url url);
+};
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698