| 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 d98f6e83c2c5dc3e7799260a577827ccbfd90c76..014998fdbed674925ab8307f19d1a3bee6aef252 100644
|
| --- a/content/public/test/mock_render_process_host.cc
|
| +++ b/content/public/test/mock_render_process_host.cc
|
| @@ -107,6 +107,10 @@ StoragePartition* MockRenderProcessHost::GetStoragePartition() const {
|
| void MockRenderProcessHost::AddWord(const base::string16& word) {
|
| }
|
|
|
| +bool MockRenderProcessHost::Shutdown(int exit_code, bool wait) {
|
| + return true;
|
| +}
|
| +
|
| bool MockRenderProcessHost::FastShutdownIfPossible() {
|
| // We aren't actually going to do anything, but set |fast_shutdown_started_|
|
| // to true so that tests know we've been called.
|
|
|