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