Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
index 4ee03b90cc7f0b3c7be4cb08613b974304dec7bc..88bff9659109fd19f0e6e7beb2cba581d5429006 100644 |
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
@@ -238,6 +238,12 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter { |
int32 response_id, |
const IndexedDBKey& key, |
WebKit::WebExceptionCode* ec); |
+ void OnPrefetch(int32 idb_cursor_id, |
+ int32 response_id, |
+ int n, |
+ WebKit::WebExceptionCode* ec); |
+ void OnPrefetchReset(int32 idb_cursor_id, int used_prefetches, |
+ int unused_prefetches); |
void OnDelete(int32 idb_object_store_id, |
int32 response_id, |
WebKit::WebExceptionCode* ec); |