| Index: chrome/test/base/mojo_test_connector.cc
|
| diff --git a/chrome/test/base/mojo_test_connector.cc b/chrome/test/base/mojo_test_connector.cc
|
| index 0e41bc307f8ddf6a5ce0fb8e9214082a237d9b48..58270c31b15480e5f8dcbd5ce06b32b500c801e9 100644
|
| --- a/chrome/test/base/mojo_test_connector.cc
|
| +++ b/chrome/test/base/mojo_test_connector.cc
|
| @@ -55,7 +55,8 @@ class BackgroundTestState {
|
| test_launch_options->inherit_handles = true;
|
| test_launch_options->handles_to_inherit = &handle_passing_info_;
|
| #if defined(OFFICIAL_BUILD)
|
| - CHECK(false) << "Launching mojo process with inherit_handles is insecure!";
|
| + // Launching mojo process with inherit_handles is insecure!
|
| + CHECK(false);
|
| #endif
|
| #elif defined(OS_POSIX)
|
| test_launch_options->fds_to_remap = &handle_passing_info_;
|
|
|