Chromium Code Reviews| 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 |