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