diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-03 15:22:50 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-03 15:22:50 +0000 |
commit | 6454c0b420f2ed03cf0acf51404fb945a870afd9 (patch) | |
tree | 995d70321f98729c613520833e0842adc2cc6975 /chrome/renderer/indexed_db_dispatcher.h | |
parent | 5a4a173a23aa8e9853908272423003028b671f24 (diff) | |
download | chromium_src-6454c0b420f2ed03cf0acf51404fb945a870afd9.zip chromium_src-6454c0b420f2ed03cf0acf51404fb945a870afd9.tar.gz chromium_src-6454c0b420f2ed03cf0acf51404fb945a870afd9.tar.bz2 |
Get rid of the last couple references to "remove" functions and description within Chromium.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/5369005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/indexed_db_dispatcher.h')
-rw-r--r-- | chrome/renderer/indexed_db_dispatcher.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/renderer/indexed_db_dispatcher.h b/chrome/renderer/indexed_db_dispatcher.h index b803163..1210551 100644 --- a/chrome/renderer/indexed_db_dispatcher.h +++ b/chrome/renderer/indexed_db_dispatcher.h @@ -35,7 +35,6 @@ class IndexedDBDispatcher { void RequestIDBFactoryOpen( const string16& name, - const string16& description, WebKit::WebIDBCallbacks* callbacks, const string16& origin, WebKit::WebFrame* web_frame, @@ -53,7 +52,7 @@ class IndexedDBDispatcher { int32 idb_cursor_id, WebKit::WebExceptionCode* ec); - void RequestIDBCursorRemove( + void RequestIDBCursorDelete( WebKit::WebIDBCallbacks* callbacks_ptr, int32 idb_cursor_id, WebKit::WebExceptionCode* ec); @@ -106,7 +105,7 @@ class IndexedDBDispatcher { const WebKit::WebIDBTransaction& transaction, WebKit::WebExceptionCode* ec); - void RequestIDBObjectStoreRemove( + void RequestIDBObjectStoreDelete( const IndexedDBKey& key, WebKit::WebIDBCallbacks* callbacks, int32 idb_object_store_id, |