Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1183)

Unified Diff: chrome/browser/profile.cc

Issue 5359005: Moved deleting the indexed db context to the WebKitContext destructor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Niptucked. Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/in_process_webkit/webkit_context_unittest.cc ('k') | chrome/browser/profile_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « chrome/browser/in_process_webkit/webkit_context_unittest.cc ('k') | chrome/browser/profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698