Index: content/common/indexed_db/indexed_db_dispatcher.h |
diff --git a/content/common/indexed_db/indexed_db_dispatcher.h b/content/common/indexed_db/indexed_db_dispatcher.h |
index 03fa7de860efddbc9d4904f3a6dbc4feceafbf75..250b1f3bf1029ac4ce364837efe746a6f16f1a64 100644 |
--- a/content/common/indexed_db/indexed_db_dispatcher.h |
+++ b/content/common/indexed_db/indexed_db_dispatcher.h |
@@ -37,6 +37,7 @@ class WebIDBTransaction; |
namespace content { |
class IndexedDBKey; |
+class IndexedDBKeyPath; |
class IndexedDBKeyRange; |
class SerializedScriptValue; |
} |
@@ -242,6 +243,12 @@ class CONTENT_EXPORT IndexedDBDispatcher |
int32 thread_id, |
int32 response_id, |
const content::SerializedScriptValue& value); |
+ void OnSuccessSerializedScriptValueWithKey( |
+ int32 thread_id, |
+ int32 response_id, |
+ const content::SerializedScriptValue& value, |
+ const content::IndexedDBKey& primary_key, |
+ const content::IndexedDBKeyPath& key_path); |
void OnError(int32 thread_id, |
int32 response_id, |
int code, |