| Index: chromeos/network/network_connection_handler_unittest.cc
|
| diff --git a/chromeos/network/network_connection_handler_unittest.cc b/chromeos/network/network_connection_handler_unittest.cc
|
| index 91dbe22a579a02c0ba9c886c4fc9b29ebb55fd1b..9a5cded96e68373ee78bbd793616b08c64c9a644 100644
|
| --- a/chromeos/network/network_connection_handler_unittest.cc
|
| +++ b/chromeos/network/network_connection_handler_unittest.cc
|
| @@ -35,6 +35,9 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/cros_system_api/dbus/service_constants.h"
|
|
|
| +// http://crbug.com/418369
|
| +#ifdef NDEBUG
|
| +
|
| namespace {
|
|
|
| const char* kSuccessResult = "success";
|
| @@ -511,3 +514,5 @@ TEST_F(NetworkConnectionHandlerTest, ReconnectOnLoginLatePolicyLoading) {
|
| }
|
|
|
| } // namespace chromeos
|
| +
|
| +#endif
|
|
|