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

Unified Diff: content/browser/in_process_webkit/indexed_db_dispatcher_host.h

Issue 11316205: Remove setVersion plumbing from chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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/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,

Powered by Google App Engine
This is Rietveld 408576698