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

Unified Diff: content/shell/renderer/shell_content_renderer_client.cc

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_service.mojom ('k') | content/shell/utility/shell_content_utility_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/shell_content_renderer_client.cc
diff --git a/content/shell/renderer/shell_content_renderer_client.cc b/content/shell/renderer/shell_content_renderer_client.cc
index 9d9b88a67b26a5644092fc2e3e687beb3ae6cd97..caeb020f3f69e2c3dacbcde42423131a8566cedd 100644
--- a/content/shell/renderer/shell_content_renderer_client.cc
+++ b/content/shell/renderer/shell_content_renderer_client.cc
@@ -71,6 +71,11 @@ class TestMojoServiceImpl : public mojom::TestMojoService {
callback.Run("Not implemented.");
}
+ void CreateSharedBuffer(const std::string& message,
+ const CreateSharedBufferCallback& callback) override {
+ NOTREACHED();
+ }
+
mojo::Binding<mojom::TestMojoService> binding_;
DISALLOW_COPY_AND_ASSIGN(TestMojoServiceImpl);
« no previous file with comments | « content/public/test/test_mojo_service.mojom ('k') | content/shell/utility/shell_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698