| Index: chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| diff --git a/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc b/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| index bd222f895483f68827f450610866508b4d817873..2f6dc0443bf8d81872ba7405c0fd894bc5da39a8 100644
|
| --- a/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| +++ b/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| @@ -55,7 +55,6 @@ TEST_F(ExtensionManifestTest, CertainApisRequirePlatformApps) {
|
| const char* kPlatformAppExperimentalApis[] = {
|
| "dns",
|
| "serial",
|
| - "socket",
|
| };
|
| // TODO(miket): When the first platform-app API leaves experimental, write
|
| // similar code that tests without the experimental flag.
|
|
|