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 bd664f5c053df406f47546e87ca67249441f9641..c22ac1c83d1989186c9632f2d6dcc4252bc06cd7 100644 |
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
@@ -262,6 +262,11 @@ class IndexedDBDispatcherHost : public content::BrowserMessageFilter { |
int32 response_id, |
const content::SerializedScriptValue& value, |
WebKit::WebExceptionCode* ec); |
+ void OnAdvance(int32 idb_object_store_id, |
+ int32 thread_id, |
+ int32 response_id, |
+ unsigned long count, |
+ WebKit::WebExceptionCode* ec); |
void OnContinue(int32 idb_object_store_id, |
int32 thread_id, |
int32 response_id, |