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

Unified Diff: mojo/services/public/interfaces/clipboard/clipboard.mojom

Issue 611633002: mojom: Add associative arrays to the mojom language. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: mojo/services/public/interfaces/clipboard/clipboard.mojom
diff --git a/mojo/services/public/interfaces/clipboard/clipboard.mojom b/mojo/services/public/interfaces/clipboard/clipboard.mojom
index c1e1be4ee09f79244c36d7437d4d918d3e1958c8..6ac7a9c69eeb6cf563be350c00811475a6cbbc64 100644
--- a/mojo/services/public/interfaces/clipboard/clipboard.mojom
+++ b/mojo/services/public/interfaces/clipboard/clipboard.mojom
@@ -47,6 +47,8 @@ interface Clipboard {
// sequence number. In the case of an empty or NULL list, this will just
// clear the clipboard.
WriteClipboardData(Type clipboard_type, MimeTypePair[]? data);
+
+ FakeTestMethod() => (string[string] mapping);
yzshen1 2014/09/27 00:01:58 I think the constraint is that only primitive type
Elliot Glaysher 2014/10/02 19:54:03 Correct. We verify that we don't pass "string?" at
};
} // module mojo

Powered by Google App Engine
This is Rietveld 408576698