Index: content/public/test/test_mojo_app.cc |
diff --git a/content/public/test/test_mojo_app.cc b/content/public/test/test_mojo_app.cc |
index d3ab0f7b11846d495e48d628a3b9717aaace2455..7d46fb13ea87133eec6081b485e03fa7e56ec127 100644 |
--- a/content/public/test/test_mojo_app.cc |
+++ b/content/public/test/test_mojo_app.cc |
@@ -53,4 +53,10 @@ void TestMojoApp::GetRequestorName(const GetRequestorNameCallback& callback) { |
callback.Run(requestor_name_); |
} |
+void TestMojoApp::CreateSharedBuffer( |
+ const std::string& message, |
+ const CreateSharedBufferCallback& callback) { |
+ NOTREACHED(); |
+} |
+ |
} // namespace content |