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

Unified Diff: content/browser/in_process_webkit/indexed_db_callbacks.h

Issue 7834006: Consolidate key, primary key, value cursor messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unused messages Created 9 years, 4 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
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 df60ec0f803857dfaab5323f81adb2019b690396..9231bc54b118987adb8bd439cbe0bc58241cf3e4 100644
--- a/content/browser/in_process_webkit/indexed_db_callbacks.h
+++ b/content/browser/in_process_webkit/indexed_db_callbacks.h
@@ -87,7 +87,9 @@ class IndexedDBCallbacks<WebKit::WebIDBCursor>
IndexedDBDispatcherHost* dispatcher_host, int32 response_id)
: IndexedDBCallbacksBase(dispatcher_host, response_id) { }
- virtual void onSuccess(WebKit::WebIDBCursor* idb_object);
+ virtual void onSuccess(WebKit::WebIDBCursor* idb_object,
+ const WebKit::WebIDBKey& key, const WebKit::WebIDBKey& primary_key,
+ const WebKit::WebSerializedScriptValue& value);
virtual void onSuccess(const WebKit::WebSerializedScriptValue& value);
private:
« no previous file with comments | « no previous file | content/browser/in_process_webkit/indexed_db_callbacks.cc » ('j') | content/renderer/indexed_db_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698