Index: content/shell/common/layout_test/layout_test_messages.h |
diff --git a/content/shell/common/layout_test/layout_test_messages.h b/content/shell/common/layout_test/layout_test_messages.h |
index 7ab85bf19d00857f71b9750576ab8946b305a74b..bf77186872fdbee75a50fbda5680ea9ab31a23a2 100644 |
--- a/content/shell/common/layout_test/layout_test_messages.h |
+++ b/content/shell/common/layout_test/layout_test_messages.h |
@@ -38,3 +38,6 @@ IPC_MESSAGE_ROUTED4(LayoutTestHostMsg_SetPermission, |
GURL /* origin */, |
GURL /* embedding_origin */ ) |
IPC_MESSAGE_ROUTED0(LayoutTestHostMsg_ResetPermissions) |
+ |
scheib
2015/05/16 01:00:35
Stay consistent with above, no blank line.
ortuno
2015/05/18 17:40:17
Done.
|
+IPC_MESSAGE_CONTROL1(LayoutTestHostMsg_SetBluetoothAdapter, |
+ std::string /* name */) |