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

Unified Diff: content/test/data/indexeddb/blobs_use_quota.html

Issue 2855943003: Reduce the in-memory blob storgae limit on Android (Closed)
Patch Set: Fix IndexedDBBrowserTest. Created 3 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: content/test/data/indexeddb/blobs_use_quota.html
diff --git a/content/test/data/indexeddb/blobs_use_quota.html b/content/test/data/indexeddb/blobs_use_quota.html
index cf0d427dcd3ba0e9eed3371fec2196c71e17ffb8..981890f9d59ade557e1d79a219ec886f006187ad 100644
--- a/content/test/data/indexeddb/blobs_use_quota.html
+++ b/content/test/data/indexeddb/blobs_use_quota.html
@@ -13,7 +13,7 @@
// Constants.
var store_name = 'blobs_use_space';
var blob_key = 'blob_key';
-var blob_size = 20 * 1024 * 1024;
+var blob_size = 4 * 1024 * 1024;
// Shared variables.
var db;

Powered by Google App Engine
This is Rietveld 408576698