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

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

Issue 10854081: IndexedDB: Simplify cursor data callbacks. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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_dispatcher_host.h
diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
index cfa73dd24a3d2b4997aac823ee6a76db557cc68c..fbca9d860a7c26aec171954973661561c8a99527 100644
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
@@ -233,12 +233,6 @@ class IndexedDBDispatcherHost : public content::BrowserMessageFilter {
bool OnMessageReceived(const IPC::Message& message, bool *msg_is_ok);
void Send(IPC::Message* message);
- // TODO(jsbell): Remove the next three methods after WK92278 rolls.
- void OnKey(int32 idb_object_store_id, content::IndexedDBKey* key);
- void OnPrimaryKey(int32 idb_object_store_id,
- content::IndexedDBKey* primary_key);
- void OnValue(int32 idb_object_store_id,
- content::SerializedScriptValue* script_value);
void OnUpdate(int32 idb_object_store_id,
int32 thread_id,
int32 response_id,

Powered by Google App Engine
This is Rietveld 408576698