Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: content/common/indexed_db/indexed_db_dispatcher.h

Issue 10834039: Plumb through the rest of OnSuccessWithKey (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/indexed_db/indexed_db_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | content/common/indexed_db/indexed_db_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698