diff options
author | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-28 11:54:45 +0000 |
---|---|---|
committer | hans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-28 11:54:45 +0000 |
commit | ed70a4b559a6968519187238181eee9ef184e010 (patch) | |
tree | 91d62873eb38cafe7c9804e4a5325f205aa63483 /chrome/common | |
parent | 815475f775d9aa3293ba4114cb5239901aae2ec3 (diff) | |
download | chromium_src-ed70a4b559a6968519187238181eee9ef184e010.zip chromium_src-ed70a4b559a6968519187238181eee9ef184e010.tar.gz chromium_src-ed70a4b559a6968519187238181eee9ef184e010.tar.bz2 |
IndexedDB: Remove overrides of and calls to WebIDBCallbacks::onSuccess().
It has been replaced by using onSuccess with a SerializedScriptValue
representation of "null".
BUG=70221
TEST=no new functionality, existing tests should cover this
Review URL: http://codereview.chromium.org/6308018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/indexed_db_messages.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/indexed_db_messages.h b/chrome/common/indexed_db_messages.h index 72d71ea7..5742b1f 100644 --- a/chrome/common/indexed_db_messages.h +++ b/chrome/common/indexed_db_messages.h @@ -216,8 +216,6 @@ struct ParamTraits<IndexedDBHostMsg_ObjectStoreOpenCursor_Params> { // Indexed DB messages sent from the browser to the renderer. // IDBCallback message handlers. -IPC_MESSAGE_CONTROL1(IndexedDBMsg_CallbacksSuccessNull, - int32 /* response_id */) IPC_MESSAGE_CONTROL2(IndexedDBMsg_CallbacksSuccessIDBCursor, int32 /* response_id */, int32 /* cursor_id */) |