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

Unified Diff: third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom

Issue 2787703002: Add mojo service for CopylessPaste in Blink (Closed)
Patch Set: update to new mojo namespace Created 3 years, 8 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/Source/modules/document_metadata/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom
diff --git a/third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom b/third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom
index 028d6eb2152184d4ce858cc52aa2b798ee7f0909..7fcaff5097bee96d874b5d0f9bae95fac65e902d 100644
--- a/third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom
+++ b/third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom
@@ -34,3 +34,8 @@ struct WebPage {
string title;
array<Entity> entities;
};
+
+// Null page denotes no results.
+interface CopylessPaste {
+ GetEntities() => (WebPage? page);
+};
« no previous file with comments | « third_party/WebKit/Source/modules/document_metadata/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698