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

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

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
« no previous file with comments | « no previous file | content/browser/in_process_webkit/indexed_db_database_callbacks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/in_process_webkit/indexed_db_database_callbacks.h
diff --git a/content/browser/in_process_webkit/indexed_db_database_callbacks.h b/content/browser/in_process_webkit/indexed_db_database_callbacks.h
index f724387b72a214ba84290407f5add549c983c50f..25187c4f958a0589b56184b7eafd0c842bd699e1 100644
--- a/content/browser/in_process_webkit/indexed_db_database_callbacks.h
+++ b/content/browser/in_process_webkit/indexed_db_database_callbacks.h
@@ -22,8 +22,6 @@ class IndexedDBDatabaseCallbacks : public WebKit::WebIDBDatabaseCallbacks {
virtual void onForcedClose();
virtual void onVersionChange(long long old_version,
long long new_version);
- virtual void onVersionChange(const WebKit::WebString& requested_version);
-
virtual void onAbort(long long host_transaction_id,
const WebKit::WebIDBDatabaseError&);
virtual void onComplete(long long host_transaction_id);
« no previous file with comments | « no previous file | content/browser/in_process_webkit/indexed_db_database_callbacks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698