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

Unified Diff: content/common/indexed_db/proxy_webidbdatabase_impl.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: Add crbug link 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/proxy_webidbdatabase_impl.h
diff --git a/content/common/indexed_db/proxy_webidbdatabase_impl.h b/content/common/indexed_db/proxy_webidbdatabase_impl.h
index bfc1c3d049cd214f37b0948b92409476d5bac2c9..52778576bd7d7a01ce4e717a7c713bee5bb6a15d 100644
--- a/content/common/indexed_db/proxy_webidbdatabase_impl.h
+++ b/content/common/indexed_db/proxy_webidbdatabase_impl.h
@@ -36,10 +36,6 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
const WebKit::WebIDBTransaction& transaction,
WebKit::WebExceptionCode& ec);
virtual void deleteObjectStore(
- const WebKit::WebString& name,
- const WebKit::WebIDBTransaction& transaction,
- WebKit::WebExceptionCode& ec);
- virtual void deleteObjectStore(
long long object_store_id,
const WebKit::WebIDBTransaction& transaction,
WebKit::WebExceptionCode& ec);
@@ -47,10 +43,6 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
const WebKit::WebString& version, WebKit::WebIDBCallbacks* callbacks,
WebKit::WebExceptionCode& ec);
virtual WebKit::WebIDBTransaction* transaction(
- const WebKit::WebDOMStringList& names,
- unsigned short mode,
- WebKit::WebExceptionCode& ec);
- virtual WebKit::WebIDBTransaction* transaction(
const WebKit::WebVector<long long>& objectStoreIds,
unsigned short mode);
virtual void close();
« no previous file with comments | « content/common/indexed_db/indexed_db_messages.h ('k') | content/common/indexed_db/proxy_webidbdatabase_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698