| Index: chrome/test/testing_profile.cc
|
| diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc
|
| index 6c6b035f5c6286d6279a12d38e1a3a9d6d431e6e..243612e3cdc3fc585adb300e9d1bb06fbf767ef4 100644
|
| --- a/chrome/test/testing_profile.cc
|
| +++ b/chrome/test/testing_profile.cc
|
| @@ -473,7 +473,7 @@ void TestingProfile::set_session_service(SessionService* session_service) {
|
|
|
| WebKitContext* TestingProfile::GetWebKitContext() {
|
| if (webkit_context_ == NULL)
|
| - webkit_context_ = new WebKitContext(this);
|
| + webkit_context_ = new WebKitContext(this, false);
|
| return webkit_context_;
|
| }
|
|
|
|
|