Remove a mysterious manual deletion of the (sync message) reply deserializer.

The message is deleted on the following line. (And GetReplyDeserializer() does
nothing other than release and return a scoped_ptr member. And yes, Messages
have virtual destructors.)


Review URL: https://chromiumcodereview.appspot.com/11720005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175243 0039d316-1c4b-4281-b951-d872f2087c98
parent 93535d5e
......@@ -32,7 +32,6 @@ static const char* const kExtensionUrl_3 =
"chrome-extension://some_id3/popup.css";
void MessageDeleter(IPC::Message* message) {
delete static_cast<IPC::SyncMessage*>(message)->GetReplyDeserializer();
delete message;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment