| 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..de9edaf3cea9f12f06a487b14b0fd6bca911488c 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(
|
| + const WebKit::WebVector<WebKit::WebIDBKey>& keys,
|
| + const WebKit::WebVector<WebKit::WebIDBKey>& primaryKeys,
|
| + const WebKit::WebVector<WebKit::WebSerializedScriptValue>& values);
|
|
|
| private:
|
| // The id of the cursor this callback concerns, or -1 if the cursor
|
|
|