| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 2cf39706df03f9702a7cd53682448245a6ab12df..f822304ea1c968770fbf4624a4cda8edcb3421b7 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -238,7 +238,10 @@ class TestingProfile : public Profile {
|
| // down the IO thread to avoid leaks).
|
| void ResetRequestContext();
|
|
|
| - virtual net::URLRequestContextGetter* GetRequestContextForMedia() OVERRIDE;
|
| + virtual net::URLRequestContextGetter*
|
| + GetDefaultRequestContextForMedia() OVERRIDE;
|
| + virtual net::URLRequestContextGetter* GetRequestContextForMedia(
|
| + int renderer_child_id) OVERRIDE;
|
| virtual net::URLRequestContextGetter*
|
| GetRequestContextForExtensions() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp(
|
|
|