| Index: content/public/test/mock_render_process_host.h
|
| diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
|
| index 89863f5bb7b4ffb1bca232b9cfea8e3ece3ee404..170418d883b1093c0cdfc468836bb9232dabe165 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -25,7 +25,6 @@ class StoragePartition;
|
| namespace content {
|
|
|
| class MockRenderProcessHostFactory;
|
| -class OwnedInterface;
|
|
|
| // A mock render process host that has no corresponding renderer process. All
|
| // IPC messages are sent into the message sink for inspection by tests.
|
| @@ -78,7 +77,6 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| bool InSameStoragePartition(StoragePartition* partition) const override;
|
| IPC::ChannelProxy* GetChannel() override;
|
| void AddFilter(BrowserMessageFilter* filter) override;
|
| - void AddOwnedInterface(std::unique_ptr<OwnedInterface> impl) override;
|
| bool FastShutdownForPageCount(size_t count) override;
|
| base::TimeDelta GetChildProcessIdleTime() const override;
|
| void FilterURL(bool empty_allowed, GURL* url) override;
|
|
|