| Index: content/browser/download/download_manager_impl_unittest.cc
|
| diff --git a/content/browser/download/download_manager_impl_unittest.cc b/content/browser/download/download_manager_impl_unittest.cc
|
| index 2c1511fafb4ff205e469938b74e604d9893f03e8..a5c3025b9bd258c76ea0cc5e97df565054f0dcc4 100644
|
| --- a/content/browser/download/download_manager_impl_unittest.cc
|
| +++ b/content/browser/download/download_manager_impl_unittest.cc
|
| @@ -384,6 +384,8 @@ class MockBrowserContext : public content::BrowserContext {
|
| net::URLRequestContextGetter*());
|
| MOCK_METHOD1(GetMediaRequestContextForRenderProcess,
|
| net::URLRequestContextGetter*(int renderer_child_id));
|
| + MOCK_METHOD1(GetMediaRequestContextForStoragePartition,
|
| + net::URLRequestContextGetter*(const std::string& id));
|
| MOCK_METHOD0(GetResourceContext, content::ResourceContext*());
|
| MOCK_METHOD0(GetDownloadManagerDelegate, content::DownloadManagerDelegate*());
|
| MOCK_METHOD0(GetGeolocationPermissionContext,
|
|
|