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

Unified Diff: content/test/data/indexeddb/cursor_prefetch.js

Issue 2370703004: Re-enable an IndexedDB test that used to crash on Android. (Closed)
Patch Set: Added a tiny fix to a comment in the re-enabled test. Created 4 years, 3 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
« no previous file with comments | « content/browser/indexed_db/indexed_db_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/indexeddb/cursor_prefetch.js
diff --git a/content/test/data/indexeddb/cursor_prefetch.js b/content/test/data/indexeddb/cursor_prefetch.js
index ff9c7e1e25b4b1b51c45ba3798ba5dc7e118584c..076e6a9598fd3b2d7c9d3280d8767c894bff25f9 100644
--- a/content/test/data/indexeddb/cursor_prefetch.js
+++ b/content/test/data/indexeddb/cursor_prefetch.js
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// These constants should match the ones in renderer_webidbcursor_impl.h
-// to make sure the test hits the right code paths.
+// These constants should match the ones in
+// content/child/indexed_db/webidbcursor_impl.h to make sure the test hits the
+// right code paths.
var kPrefetchThreshold = 2;
var kMinPrefetchAmount = 5;
« no previous file with comments | « content/browser/indexed_db/indexed_db_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698