Index: content/common/indexed_db/proxy_webidbdatabase_impl.cc |
diff --git a/content/common/indexed_db/proxy_webidbdatabase_impl.cc b/content/common/indexed_db/proxy_webidbdatabase_impl.cc |
index 881af7c3f76f9f87a5f3d21a7df8838a72f20213..cdf5b4e2380c853349a801d1e4477ddb1055f0d1 100644 |
--- a/content/common/indexed_db/proxy_webidbdatabase_impl.cc |
+++ b/content/common/indexed_db/proxy_webidbdatabase_impl.cc |
@@ -126,16 +126,6 @@ void RendererWebIDBDatabaseImpl::deleteObjectStore( |
IndexedDBDispatcher::TransactionId(transaction), &ec)); |
} |
-void RendererWebIDBDatabaseImpl::setVersion( |
- const WebString& version, |
- WebIDBCallbacks* callbacks, |
- WebExceptionCode& ec) { |
- IndexedDBDispatcher* dispatcher = |
- IndexedDBDispatcher::ThreadSpecificInstance(); |
- dispatcher->RequestIDBDatabaseSetVersion( |
- version, callbacks, idb_database_id_, &ec); |
-} |
- |
WebKit::WebIDBTransaction* RendererWebIDBDatabaseImpl::transaction( |
const WebVector<long long>& object_store_ids, |
unsigned short mode) { |