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..82830e9efd9ef6ba7f51415d43f3d60d144dcd59 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, |
jsbell
2012/04/24 15:41:08
Looks like the parameter should be named.
alecflett
2012/04/24 16:34:22
Done.
|
+ WebKit::WebExceptionCode* ec); |
void OnContinue(int32 idb_object_store_id, |
int32 thread_id, |
int32 response_id, |