| Index: chrome/test/testing_profile.cc | 
| diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc | 
| index d1087c5bcae7519d491b5a86c1f580127229eedb..95c8b197403c90403dede500bcbc8c58b08ce1f8 100644 | 
| --- a/chrome/test/testing_profile.cc | 
| +++ b/chrome/test/testing_profile.cc | 
| @@ -690,6 +690,7 @@ WebKitContext* TestingProfile::GetWebKitContext() { | 
| webkit_context_ = new WebKitContext( | 
| IsOffTheRecord(), GetPath(), | 
| GetExtensionSpecialStoragePolicy(), | 
| +          GetResourceContext(), | 
| false, NULL, NULL); | 
| } | 
| return webkit_context_; | 
|  |