diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-03 10:15:01 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-03 10:15:01 +0000 |
commit | ef7f9464faaf77d20e2ca7058ef5fe98f336aaf4 (patch) | |
tree | 040652593474de4157ea3cdc273fc2c2d31b241a /chrome/renderer/indexed_db_dispatcher.h | |
parent | 0c8351ea8981540cc5e1ae2b8a27167416915d39 (diff) | |
download | chromium_src-ef7f9464faaf77d20e2ca7058ef5fe98f336aaf4.zip chromium_src-ef7f9464faaf77d20e2ca7058ef5fe98f336aaf4.tar.gz chromium_src-ef7f9464faaf77d20e2ca7058ef5fe98f336aaf4.tar.bz2 |
Add IDBIndex support + various cleanup.
This adds IDBIndex support. The majority of this CL was boilerplate type code in indexed_db_dispatcher_host so I did my best to factor it into template functions and split things into multiple sub-dispatcher hosts.
Review URL: http://codereview.chromium.org/2449005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48822 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/indexed_db_dispatcher.h')
-rw-r--r-- | chrome/renderer/indexed_db_dispatcher.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/renderer/indexed_db_dispatcher.h b/chrome/renderer/indexed_db_dispatcher.h index 6243075..6c86602 100644 --- a/chrome/renderer/indexed_db_dispatcher.h +++ b/chrome/renderer/indexed_db_dispatcher.h @@ -28,9 +28,7 @@ class IndexedDBDispatcher { void RequestIndexedDatabaseOpen( const string16& name, const string16& description, WebKit::WebIDBCallbacks* callbacks, const string16& origin, - WebKit::WebFrame* web_frame, int* exception_code); - - void SendIDBDatabaseDestroyed(int32 idb_database_id_); + WebKit::WebFrame* web_frame); private: // Message handlers. For each message we send, we need to handle both the |