| 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_;
|
|
|
|
|