Index: chrome/browser/profile.cc |
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc |
index 9ccda97ae9cede0144da336cf3fc1e134d05a0d4..c03483aff6a172cbc24572555454bb4f2cc28eb4 100644 |
--- a/chrome/browser/profile.cc |
+++ b/chrome/browser/profile.cc |
@@ -500,7 +500,7 @@ class OffTheRecordProfileImpl : public Profile, |
virtual WebKitContext* GetWebKitContext() { |
if (!webkit_context_.get()) |
- webkit_context_ = new WebKitContext(this); |
+ webkit_context_ = new WebKitContext(this, false); |
DCHECK(webkit_context_.get()); |
return webkit_context_.get(); |
} |