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 6d459b08c0d56a446ca2f3937dbb3e458a5f2946..a4bfac14360d863bbdb17cff7f9ee2918f058e76 100644 |
--- a/content/common/indexed_db/proxy_webidbdatabase_impl.h |
+++ b/content/common/indexed_db/proxy_webidbdatabase_impl.h |
@@ -22,10 +22,6 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase { |
explicit RendererWebIDBDatabaseImpl(int32 idb_database_id); |
virtual ~RendererWebIDBDatabaseImpl(); |
- // TODO(alecflett): Remove this when it is removed from webkit: |
- // https://bugs.webkit.org/show_bug.cgi?id=98085 |
- static const long long AutogenerateObjectStoreId = -1; |
- |
// WebKit::WebIDBDatabase |
virtual WebKit::WebIDBMetadata metadata() const; |
virtual WebKit::WebIDBObjectStore* createObjectStore( |
@@ -39,11 +35,6 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase { |
long long object_store_id, |
const WebKit::WebIDBTransaction& transaction, |
WebKit::WebExceptionCode& ec); |
- // TODO(alecflett): Remove this as part of |
- // https://bugs.webkit.org/show_bug.cgi?id=102733. |
- virtual WebKit::WebIDBTransaction* transaction( |
- const WebKit::WebVector<long long>& scope, |
- unsigned short mode); |
virtual WebKit::WebIDBTransaction* createTransaction( |
long long transaction_id, |
const WebKit::WebVector<long long>& scope, |