| 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..cef6cb56f898d72cb48728696a179995ffc0ce37 100644
|
| --- a/content/shell/common/layout_test/layout_test_messages.h
|
| +++ b/content/shell/common/layout_test/layout_test_messages.h
|
| @@ -38,3 +38,5 @@ IPC_MESSAGE_ROUTED4(LayoutTestHostMsg_SetPermission,
|
| GURL /* origin */,
|
| GURL /* embedding_origin */ )
|
| IPC_MESSAGE_ROUTED0(LayoutTestHostMsg_ResetPermissions)
|
| +IPC_MESSAGE_CONTROL1(LayoutTestHostMsg_SetBluetoothAdapter,
|
| + std::string /* name */)
|
|
|