Index: chrome/test/ui/ppapi_uitest.cc |
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc |
index 29241538738a5ef04ad2fa4fd0bb015d2a52e3bd..33f30bd22fd2b4c9af3609384cbb7fb4dd598e06 100644 |
--- a/chrome/test/ui/ppapi_uitest.cc |
+++ b/chrome/test/ui/ppapi_uitest.cc |
@@ -308,3 +308,6 @@ TEST_PPAPI_IN_PROCESS(UMA) |
TEST_F(OutOfProcessPPAPITest, FAILS_UMA) { |
RunTest("UMA"); |
} |
+ |
+TEST_PPAPI_IN_PROCESS(NetAddressPrivate) |
+TEST_PPAPI_OUT_OF_PROCESS(NetAddressPrivate) |