Chromium Code Reviews| Index: chrome/test/testing_profile.h |
| =================================================================== |
| --- chrome/test/testing_profile.h (revision 15945) |
| +++ chrome/test/testing_profile.h (working copy) |
| @@ -131,6 +131,9 @@ |
| virtual URLRequestContext* GetRequestContextForMedia() { |
| return NULL; |
| } |
| + virtual URLRequestContext* GetRequestContextForExtensions() { |
| + return NULL; |
| + } |
| void set_session_service(SessionService* session_service) { |
| session_service_ = session_service; |
| } |