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

Unified Diff: content/browser/in_process_webkit/indexed_db_database_callbacks.cc

Issue 12939002: IndexedDB: Remove unused plumbing for string version changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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_database_callbacks.cc
diff --git a/content/browser/in_process_webkit/indexed_db_database_callbacks.cc b/content/browser/in_process_webkit/indexed_db_database_callbacks.cc
index 6f0ff3d98e3d6439d159b24c2ef258c3aabd54e8..c8b3f4616c9bd51484ca7386be1cbebb9aad742d 100644
--- a/content/browser/in_process_webkit/indexed_db_database_callbacks.cc
+++ b/content/browser/in_process_webkit/indexed_db_database_callbacks.cc
@@ -36,14 +36,6 @@ void IndexedDBDatabaseCallbacks::onVersionChange(long long old_version,
new_version));
}
-void IndexedDBDatabaseCallbacks::onVersionChange(
- const WebKit::WebString& requested_version) {
- dispatcher_host_->Send(
- new IndexedDBMsg_DatabaseCallbacksVersionChange(ipc_thread_id_,
- ipc_database_id_,
- requested_version));
-}
-
void IndexedDBDatabaseCallbacks::onAbort(
long long host_transaction_id,
const WebKit::WebIDBDatabaseError& error) {
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_database_callbacks.h ('k') | content/common/indexed_db/indexed_db_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698