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

Unified Diff: trunk/src/content/child/indexed_db/webidbcursor_impl.h

Issue 126263003: Revert 243344 "IndexedDB: Fix cursor prefetching edge cases" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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: trunk/src/content/child/indexed_db/webidbcursor_impl.h
===================================================================
--- trunk/src/content/child/indexed_db/webidbcursor_impl.h (revision 243358)
+++ trunk/src/content/child/indexed_db/webidbcursor_impl.h (working copy)
@@ -47,7 +47,6 @@
private:
FRIEND_TEST_ALL_PREFIXES(WebIDBCursorImplTest, PrefetchTest);
FRIEND_TEST_ALL_PREFIXES(WebIDBCursorImplTest, AdvancePrefetchTest);
- FRIEND_TEST_ALL_PREFIXES(WebIDBCursorImplTest, PrefetchReset);
int32 ipc_cursor_id_;
« no previous file with comments | « trunk/src/content/child/indexed_db/indexed_db_dispatcher.h ('k') | trunk/src/content/child/indexed_db/webidbcursor_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698