| 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 4b99782bd5d5bc4ec3f101b00f2b269afe9b76a1..4d8ffaee0c3ba2b8767ed846665ee0562c06b01e 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -81,6 +81,7 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| virtual void ResumeDeferredNavigation(const GlobalRequestID& request_id)
|
| OVERRIDE;
|
| virtual void NotifyTimezoneChange() OVERRIDE;
|
| + virtual BlobStorageHost* GetBlobStorageHost() const OVERRIDE;
|
|
|
| // IPC::Sender via RenderProcessHost.
|
| virtual bool Send(IPC::Message* msg) OVERRIDE;
|
|
|