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..c2708d86b5b26cb6768fa8646b4faf76eb0c4919 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -631,7 +631,8 @@ void TestingProfile::ResetRequestContext() { |
request_context_ = NULL; |
} |
-net::URLRequestContextGetter* TestingProfile::GetRequestContextForMedia() { |
+net::URLRequestContextGetter* TestingProfile::GetRequestContextForMedia( |
+ int renderer_child_id) { |
return NULL; |
} |