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

Unified Diff: trunk/src/content/child/indexed_db/indexed_db_dispatcher.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/indexed_db_dispatcher.h
===================================================================
--- trunk/src/content/child/indexed_db/indexed_db_dispatcher.h (revision 243358)
+++ trunk/src/content/child/indexed_db/indexed_db_dispatcher.h (working copy)
@@ -98,10 +98,9 @@
blink::WebIDBCallbacks* callbacks_ptr,
int32 ipc_cursor_id);
- // This method is virtual so it can be overridden in unit tests.
- virtual void RequestIDBCursorPrefetchReset(int used_prefetches,
- int unused_prefetches,
- int32 ipc_cursor_id);
+ void RequestIDBCursorPrefetchReset(int used_prefetches,
+ int unused_prefetches,
+ int32 ipc_cursor_id);
void RequestIDBDatabaseClose(int32 ipc_database_id,
int32 ipc_database_callbacks_id);
« no previous file with comments | « trunk/src/content/browser/indexed_db/indexed_db_cursor.cc ('k') | trunk/src/content/child/indexed_db/webidbcursor_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698