| Index: content/public/test/test_mojo_service.mojom
|
| diff --git a/content/public/test/test_mojo_service.mojom b/content/public/test/test_mojo_service.mojom
|
| index 06760f132022a1f514015d1a0337063bd44419fd..1a960fc7c86d7561562735392417a9e989dcba72 100644
|
| --- a/content/public/test/test_mojo_service.mojom
|
| +++ b/content/public/test/test_mojo_service.mojom
|
| @@ -17,4 +17,8 @@ interface TestMojoService {
|
|
|
| // Retrieve the requestor name as seen by the test app providing this service.
|
| GetRequestorName() => (string name);
|
| +
|
| + // Requests that a new shared buffer be created and returned. If successful,
|
| + // |buffer| is non-null and its contents match |message|'s bytes exactly.
|
| + CreateSharedBuffer(string message) => (handle<shared_buffer>? buffer);
|
| };
|
|
|