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

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

Issue 11312178: Remove legacy IDB backend IPC glue for string-based references. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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/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 b6b0c62982e0475bf3ae59e2aae33ca697f0f855..331f092818915e8b89393608087638615af11112 100644
--- a/content/common/indexed_db/indexed_db_dispatcher.h
+++ b/content/common/indexed_db/indexed_db_dispatcher.h
@@ -165,17 +165,6 @@ class CONTENT_EXPORT IndexedDBDispatcher
WebKit::WebIDBCallbacks* callbacks,
int32 object_store_ipc_id,
const WebKit::WebIDBTransaction& transaction,
- const WebKit::WebVector<WebKit::WebString>& indexNames,
- const WebKit::WebVector<WebKit::WebVector<WebKit::WebIDBKey> >& indexKeys,
- WebKit::WebExceptionCode* ec);
-
- void RequestIDBObjectStorePut(
- const SerializedScriptValue& value,
- const IndexedDBKey& key,
- WebKit::WebIDBObjectStore::PutMode putMode,
- WebKit::WebIDBCallbacks* callbacks,
- int32 object_store_ipc_id,
- const WebKit::WebIDBTransaction& transaction,
const WebKit::WebVector<long long>& indexIds,
const WebKit::WebVector<WebKit::WebVector<
WebKit::WebIDBKey> >& indexKeys);

Powered by Google App Engine
This is Rietveld 408576698