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 50c19ee849d81fe6876e80482f353b4ed4ce8328..b7cc476e7645e55ab3f7668c7431656f313abafe 100644 |
--- a/content/public/test/mock_render_process_host.cc |
+++ b/content/public/test/mock_render_process_host.cc |
@@ -223,6 +223,10 @@ void MockRenderProcessHost::ResumeRequestsForView(int route_id) { |
void MockRenderProcessHost::NotifyTimezoneChange() { |
} |
+BlobStorageHost* MockRenderProcessHost::GetBlobStorageHost() const { |
+ return NULL; |
+} |
+ |
void MockRenderProcessHost::FilterURL(bool empty_allowed, GURL* url) { |
RenderProcessHostImpl::FilterURL(this, empty_allowed, url); |
} |