| 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..f4702f5d88db60881ba803e2d0532387617d08b1 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -238,7 +238,8 @@ class TestingProfile : public Profile {
|
| // down the IO thread to avoid leaks).
|
| void ResetRequestContext();
|
|
|
| - virtual net::URLRequestContextGetter* GetRequestContextForMedia() OVERRIDE;
|
| + virtual net::URLRequestContextGetter* GetRequestContextForMedia(
|
| + int renderer_child_id) OVERRIDE;
|
| virtual net::URLRequestContextGetter*
|
| GetRequestContextForExtensions() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp(
|
|
|