summaryrefslogtreecommitdiffstats
path: root/content/common/indexed_db/indexed_db_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/indexed_db/indexed_db_dispatcher.h')
-rw-r--r--content/common/indexed_db/indexed_db_dispatcher.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/content/common/indexed_db/indexed_db_dispatcher.h b/content/common/indexed_db/indexed_db_dispatcher.h
index 03fa7de..250b1f3 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,