Index: chrome/test/ppapi/ppapi_test.cc |
diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc |
index 9a951458a71585b80c17ff6d234eda62b0de1738..1e35de14d55c4c848e6ce817289107f573ed292c 100644 |
--- a/chrome/test/ppapi/ppapi_test.cc |
+++ b/chrome/test/ppapi/ppapi_test.cc |
@@ -342,9 +342,6 @@ void PPAPINaClTest::SetUpCommandLine(base::CommandLine* command_line) { |
} |
void PPAPINaClTest::SetUpOnMainThread() { |
- base::FilePath plugin_lib; |
- EXPECT_TRUE(PathService::Get(chrome::FILE_NACL_PLUGIN, &plugin_lib)); |
- EXPECT_TRUE(base::PathExists(plugin_lib)); |
} |
void PPAPINaClTest::RunTest(const std::string& test_case) { |
@@ -464,8 +461,4 @@ std::string PPAPINaClTestDisallowedSockets::BuildQuery( |
void PPAPIBrokerInfoBarTest::SetUpOnMainThread() { |
// The default content setting for the PPAPI broker is ASK. We purposefully |
// don't call PPAPITestBase::SetUpOnMainThread() to keep it that way. |
- |
- base::FilePath plugin_lib; |
- EXPECT_TRUE(PathService::Get(chrome::FILE_NACL_PLUGIN, &plugin_lib)); |
- EXPECT_TRUE(base::PathExists(plugin_lib)); |
} |