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

Unified Diff: webkit/appcache/appcache_quota_client.cc

Issue 7470008: Improve IndexedDB's quota support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style problems Created 9 years, 5 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: webkit/appcache/appcache_quota_client.cc
diff --git a/webkit/appcache/appcache_quota_client.cc b/webkit/appcache/appcache_quota_client.cc
index f41897deefcf6c5f5ccbb92b3d1051a50cd04a03..08f30ec415626058b07392ef5b3b872df0d99caa 100644
--- a/webkit/appcache/appcache_quota_client.cc
+++ b/webkit/appcache/appcache_quota_client.cc
@@ -101,7 +101,7 @@ void AppCacheQuotaClient::GetOriginsForHost(
quota::StorageType type,
const std::string& host,
GetOriginsCallback* callback_ptr) {
- DCHECK(!host.empty());
+// DCHECK(!host.empty());
dgrogan 2011/07/26 01:57:08 This was causing our existing browser tests to fai
GetOriginsHelper(type, host, callback_ptr);
}

Powered by Google App Engine
This is Rietveld 408576698