| Index: content/browser/download/download_manager_impl_unittest.cc
|
| ===================================================================
|
| --- content/browser/download/download_manager_impl_unittest.cc (revision 156155)
|
| +++ content/browser/download/download_manager_impl_unittest.cc (working copy)
|
| @@ -374,6 +374,8 @@
|
| MOCK_METHOD0(GetRequestContext, net::URLRequestContextGetter*());
|
| MOCK_METHOD1(GetRequestContextForRenderProcess,
|
| net::URLRequestContextGetter*(int renderer_child_id));
|
| + MOCK_METHOD1(GetRequestContextForStoragePartition,
|
| + net::URLRequestContextGetter*(const std::string& id));
|
| MOCK_METHOD0(GetMediaRequestContext,
|
| net::URLRequestContextGetter*());
|
| MOCK_METHOD1(GetMediaRequestContextForRenderProcess,
|
|
|