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

Unified Diff: content/public/test/test_mojo_service.mojom

Issue 2264543003: Adds sync brokering to Windows EDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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
« no previous file with comments | « content/public/test/test_mojo_app.cc ('k') | content/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « content/public/test/test_mojo_app.cc ('k') | content/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698