| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index 43913ad64def495d3226d6f897a262a56efa207b..4601173b17253ed632ec6faef0f826726311542d 100644
|
| --- a/chrome/test/testing_profile.h
|
| +++ b/chrome/test/testing_profile.h
|
| @@ -123,6 +123,9 @@ class TestingProfile : public Profile {
|
| virtual URLRequestContext* GetRequestContext() {
|
| return NULL;
|
| }
|
| + virtual URLRequestContext* GetRequestContextForMedia() {
|
| + return NULL;
|
| + }
|
| void set_session_service(SessionService* session_service) {
|
| session_service_ = session_service;
|
| }
|
|
|