| Index: chrome/test/testing_profile.cc
|
| diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc
|
| index 8e234e5058d1985cd74ee4cf8abd9ab702ef0484..6c701f90cf0500612becceb5e237825dbc4f3eae 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_;
|
| }
|
|
|