Chromium Code Reviews| Index: content/renderer/render_thread_impl_browsertest.cc |
| diff --git a/content/renderer/render_thread_impl_browsertest.cc b/content/renderer/render_thread_impl_browsertest.cc |
| index a7151aaa4a5fa9d61811e7d769a63ef0d41c6e2c..f404cd8bcc755eeb3feb531fc7dcf88f2545d677 100644 |
| --- a/content/renderer/render_thread_impl_browsertest.cc |
| +++ b/content/renderer/render_thread_impl_browsertest.cc |
| @@ -27,8 +27,12 @@ |
| // IPC messages for testing ---------------------------------------------------- |
| +// TODO(mdempsky): Fix properly. |
|
danakj
2015/12/19 00:15:05
Can you leave more context, what is properly?
mdempsky
2015/12/19 02:14:48
"Properly" here is creating browsertest_messages.h
|
| +#undef IPC_IPC_MESSAGE_MACROS_H_ |
| +#undef IPC_MESSAGE_EXTRA |
| #define IPC_MESSAGE_IMPL |
| #include "ipc/ipc_message_macros.h" |
| +#include "ipc/ipc_message_templates_impl.h" |
| #undef IPC_MESSAGE_START |
| #define IPC_MESSAGE_START TestMsgStart |