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 da591a2b396ab2a177680f75eb650404308d77e7..c6d443ff9793243b499058a0ee89726bbb35d040 100644 |
--- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
+++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.h |
@@ -120,11 +120,6 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter { |
int64 object_store_id, |
int32 transaction_id, |
WebKit::WebExceptionCode* ec); |
- void OnSetVersion(int32 idb_database_id, |
- int32 thread_id, |
- int32 response_id, |
- const string16& version, |
- WebKit::WebExceptionCode* ec); |
void OnTransaction(int32 thread_id, |
int32 idb_database_id, |
const std::vector<int64>& names, |