Index: chrome/test/nacl/nacl_browsertest.cc |
diff --git a/chrome/test/nacl/nacl_browsertest.cc b/chrome/test/nacl/nacl_browsertest.cc |
index 0146ef6b985dcd5caa89076ea0e70fe0938a75f2..0f69cf643e6eddab9b5c702bdb2d825d048d71b8 100644 |
--- a/chrome/test/nacl/nacl_browsertest.cc |
+++ b/chrome/test/nacl/nacl_browsertest.cc |
@@ -80,6 +80,10 @@ NACL_BROWSER_TEST_F(NaClBrowserTest, MAYBE_Crash, { |
RunNaClIntegrationTest(FILE_PATH_LITERAL("ppapi_crash.html")); |
}) |
+NACL_BROWSER_TEST_F(NaClBrowserTest, Nameservice, { |
+ RunNaClIntegrationTest(FILE_PATH_LITERAL("pm_nameservice_test.html")); |
+}) |
+ |
// Some versions of Visual Studio does not like preprocessor |
// conditionals inside the argument of a macro, so we put the |
// conditionals on a helper function. We are already in an anonymous |