summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r--chrome/test/testing_profile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index 310eac8..533b12e 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -131,6 +131,9 @@ class TestingProfile : public Profile {
virtual URLRequestContext* GetRequestContextForMedia() {
return NULL;
}
+ virtual URLRequestContext* GetRequestContextForExtensions() {
+ return NULL;
+ }
void set_session_service(SessionService* session_service) {
session_service_ = session_service;
}