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

Unified Diff: chrome/test/testing_profile.cc

Issue 7053030: Initial IndexedDBQuotaClient implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove more unused code Created 9 years, 7 months 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
Index: chrome/test/testing_profile.cc
diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc
index e78ee9b9a539831d0c16a5b4c66f0499bf067261..e1339f9d82c038231fc5e65c9eb863c3f660b242 100644
--- a/chrome/test/testing_profile.cc
+++ b/chrome/test/testing_profile.cc
@@ -661,7 +661,7 @@ WebKitContext* TestingProfile::GetWebKitContext() {
webkit_context_ = new WebKitContext(
IsOffTheRecord(), GetPath(),
GetExtensionSpecialStoragePolicy(),
- false);
+ false, NULL, NULL);
}
return webkit_context_;
}

Powered by Google App Engine
This is Rietveld 408576698