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

Unified Diff: content/common/indexed_db/indexed_db_dispatcher.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/common/indexed_db/indexed_db_dispatcher.h
diff --git a/content/common/indexed_db/indexed_db_dispatcher.h b/content/common/indexed_db/indexed_db_dispatcher.h
index 331f092818915e8b89393608087638615af11112..d3ace5b63c695bcf9aeb1fceac60590b6a34d039 100644
--- a/content/common/indexed_db/indexed_db_dispatcher.h
+++ b/content/common/indexed_db/indexed_db_dispatcher.h
@@ -108,12 +108,6 @@ class CONTENT_EXPORT IndexedDBDispatcher
void RequestIDBDatabaseClose(
int32 idb_database_id);
- void RequestIDBDatabaseSetVersion(
- const string16& version,
- WebKit::WebIDBCallbacks* callbacks,
- int32 idb_database_id,
- WebKit::WebExceptionCode* ec);
-
void RequestIDBIndexOpenObjectCursor(
const WebKit::WebIDBKeyRange& idb_key_range,
unsigned short direction,
@@ -217,9 +211,6 @@ class CONTENT_EXPORT IndexedDBDispatcher
void OnSuccessIndexedDBKey(int32 thread_id,
int32 response_id,
const IndexedDBKey& key);
- void OnSuccessIDBTransaction(int32 thread_id,
- int32 response_id,
- int32 object_id);
void OnSuccessOpenCursor(
const IndexedDBMsg_CallbacksSuccessIDBCursor_Params& p);
void OnSuccessCursorContinue(
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_dispatcher_host.cc ('k') | content/common/indexed_db/indexed_db_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698