| 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);
|
|
|