Restore variadic macros in DevToolsEmbedderMessageDispatcher
commitbd263a7d07dbd1687e2bcc8dacb6084efd0afafa
authorbrucedawson <brucedawson@chromium.org>
Fri, 18 Sep 2015 22:46:17 +0000 (18 15:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 18 Sep 2015 22:46:58 +0000 (18 22:46 +0000)
tree3d2fbee1012c37b01c74f6b85138131ae38d8735
parent460198b386b6d5fc3ead46bfc7a77e4b58bc1399
Restore variadic macros in DevToolsEmbedderMessageDispatcher

The variadic macros in DevToolsEmbedderMessageDispatcher were removed
because pre-RTM VS 2015 couldn't handle them. RTM VS 2015 can, so I'm
putting them back.

I've verified that the two changes added to this file since the removal
are still there and that they are the only changes relative to the state
of the file before the removal. I've verified that the code compiles
with VS 2015.

R=tsepez@chromium.org
BUG=491973

Review URL: https://codereview.chromium.org/1354953003

Cr-Commit-Position: refs/heads/master@{#349793}
chrome/browser/devtools/devtools_embedder_message_dispatcher.cc