| Index: chrome/browser/extensions/api/socket/socket_api_unittest.cc
|
| diff --git a/chrome/browser/extensions/api/socket/socket_api_unittest.cc b/chrome/browser/extensions/api/socket/socket_api_unittest.cc
|
| index 008e07b24fd1783914553b17adb2ae37aee24487..ff1466cf6deb27f714b0b5f000ccbf4e18d50357 100644
|
| --- a/chrome/browser/extensions/api/socket/socket_api_unittest.cc
|
| +++ b/chrome/browser/extensions/api/socket/socket_api_unittest.cc
|
| @@ -74,11 +74,6 @@ TEST_F(SocketUnitTest, Create) {
|
| new SocketCreateFunction(), "[\"tcp\"]"));
|
| ASSERT_TRUE(result.get());
|
| }
|
| - {
|
| - std::string error = RunFunctionAndReturnError(
|
| - new SocketCreateFunction(), "[\"nonexistent-socket-type\"]");
|
| - ASSERT_FALSE(error.empty()) << "Expected error. Got nothing instead.";
|
| - }
|
| }
|
|
|
| } // namespace extensions
|
|
|