From ed70a4b559a6968519187238181eee9ef184e010 Mon Sep 17 00:00:00 2001 From: "hans@chromium.org" Date: Fri, 28 Jan 2011 11:54:45 +0000 Subject: 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 --- chrome/common/indexed_db_messages.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/common') 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 { // 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 */) -- cgit v1.1