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

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

Issue 16337010: Remove IDBCursorBackendInterface::deleteFunction (part 2/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 f4f82c4a75ed9d7ea18603f84703be7ee20570ee..92d8a22ed111cbcddd2d6699292062ee2884d685 100644
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
@@ -184,9 +184,6 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter {
void OnPrefetchReset(int32 ipc_cursor_id,
int used_prefetches,
int unused_prefetches);
- void OnDelete(int32 ipc_object_store_id,
- int32 ipc_thread_id,
- int32 ipc_callbacks_id);
void OnDestroyed(int32 ipc_cursor_id);
IndexedDBDispatcherHost* parent_;

Powered by Google App Engine
This is Rietveld 408576698