Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index eabf2e3f2753ad150c64406257edcb109eb2ba7f..e7f5c44913110afd2c884b1942ea4c25bfd95d72 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -631,7 +631,13 @@ void TestingProfile::ResetRequestContext() { |
request_context_ = NULL; |
} |
-net::URLRequestContextGetter* TestingProfile::GetRequestContextForMedia() { |
+net::URLRequestContextGetter* TestingProfile::GetMediaRequestContext() { |
+ return NULL; |
+} |
+ |
+net::URLRequestContextGetter* |
+TestingProfile::GetMediaRequestContextForRenderProcess( |
+ int renderer_child_id) { |
return NULL; |
} |