Index: content/browser/in_process_webkit/indexed_db_callbacks.h |
diff --git a/content/browser/in_process_webkit/indexed_db_callbacks.h b/content/browser/in_process_webkit/indexed_db_callbacks.h |
index 085bfa4b202a2fc73c12e13a696f8338bde00cc2..1a2206a3744331b2c001c4c33c58bb01c52f0091 100644 |
--- a/content/browser/in_process_webkit/indexed_db_callbacks.h |
+++ b/content/browser/in_process_webkit/indexed_db_callbacks.h |
@@ -93,6 +93,10 @@ class IndexedDBCallbacks<WebKit::WebIDBCursor> |
virtual void onSuccess(WebKit::WebIDBCursor* idb_object); |
virtual void onSuccess(const WebKit::WebSerializedScriptValue& value); |
virtual void onSuccessWithContinuation(); |
+ virtual void onSuccessWithPrefetch( |
+ WebKit::WebVector<WebKit::WebIDBKey> keys, |
+ WebKit::WebVector<WebKit::WebIDBKey> primaryKeys, |
+ WebKit::WebVector<WebKit::WebSerializedScriptValue> values); |
private: |
// The id of the cursor this callback concerns, or -1 if the cursor |