| 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 9b9ca47e10e914213812a407aa4061a73d80c42e..ffb25a4a58746f1e113f213159c0f99a1cd695a1 100644
|
| --- a/content/public/test/mock_render_process_host.cc
|
| +++ b/content/public/test/mock_render_process_host.cc
|
| @@ -83,6 +83,10 @@ bool MockRenderProcessHost::IsGuest() const {
|
| return false;
|
| }
|
|
|
| +StoragePartition* MockRenderProcessHost::GetStoragePartition() const {
|
| + return NULL;
|
| +}
|
| +
|
| void MockRenderProcessHost::AddWord(const string16& word) {
|
| }
|
|
|
|
|