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

Unified Diff: content/public/test/test_mojo_app.h

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/OWNERS ('k') | content/public/test/test_mojo_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_mojo_app.h
diff --git a/content/public/test/test_mojo_app.h b/content/public/test/test_mojo_app.h
index dc1a516cf298fb920ee6cfeff3051c9b0512ea98..7ee56f120e0ceeb688f1a0e7ceb5d655d8878b97 100644
--- a/content/public/test/test_mojo_app.h
+++ b/content/public/test/test_mojo_app.h
@@ -40,6 +40,8 @@ class TestMojoApp : public shell::Service,
void DoTerminateProcess(const DoTerminateProcessCallback& callback) override;
void CreateFolder(const CreateFolderCallback& callback) override;
void GetRequestorName(const GetRequestorNameCallback& callback) override;
+ void CreateSharedBuffer(const std::string& message,
+ const CreateSharedBufferCallback& callback) override;
mojo::Binding<mojom::TestMojoService> service_binding_;
« no previous file with comments | « content/public/test/OWNERS ('k') | content/public/test/test_mojo_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698