| Index: content/public/test/mock_render_process_host.cc
|
| diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
|
| index 913387de05159afc4bd8dbbdadaf3270fbdba207..5924b5170b3d1df51b16192594dc451f09b81836 100644
|
| --- a/content/public/test/mock_render_process_host.cc
|
| +++ b/content/public/test/mock_render_process_host.cc
|
| @@ -248,9 +248,6 @@ IPC::ChannelProxy* MockRenderProcessHost::GetChannel() {
|
| void MockRenderProcessHost::AddFilter(BrowserMessageFilter* filter) {
|
| }
|
|
|
| -void MockRenderProcessHost::AddOwnedInterface(
|
| - std::unique_ptr<OwnedInterface> impl) {}
|
| -
|
| bool MockRenderProcessHost::FastShutdownForPageCount(size_t count) {
|
| if (GetActiveViewCount() == count)
|
| return FastShutdownIfPossible();
|
|
|