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