summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.cc
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-03 19:43:28 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-03 19:43:28 +0000
commitba7c5158b86b282bf01ea34d612bbd724464afae (patch)
tree2b448e5e3e378520d5ec1420c6ac53b8095adf45 /chrome/test/testing_profile.cc
parentd2815d94e2e1aa6208529ef4359bb2fab1ce1601 (diff)
downloadchromium_src-ba7c5158b86b282bf01ea34d612bbd724464afae.zip
chromium_src-ba7c5158b86b282bf01ea34d612bbd724464afae.tar.gz
chromium_src-ba7c5158b86b282bf01ea34d612bbd724464afae.tar.bz2
Initial IndexedDBQuotaClient implementation
* Heavily based off of DatabaseQuotaClient. * Only responds to one request so far, GetOriginUsage. BUG=83652 TEST=llvm/Debug/unit_tests --gtest_filter=IndexedDB* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87076 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87424 Review URL: http://codereview.chromium.org/7053030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87834 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.cc')
-rw-r--r--chrome/test/testing_profile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc
index 957fb8a..1b4fd63 100644
--- a/chrome/test/testing_profile.cc
+++ b/chrome/test/testing_profile.cc
@@ -678,7 +678,7 @@ WebKitContext* TestingProfile::GetWebKitContext() {
webkit_context_ = new WebKitContext(
IsOffTheRecord(), GetPath(),
GetExtensionSpecialStoragePolicy(),
- false);
+ false, NULL, NULL);
}
return webkit_context_;
}