Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4993)

Unified Diff: chrome/test/nacl/nacl_browsertest_util.cc

Issue 397243004: Pepper: Remove trusted plugin loadable module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/nacl/nacl_browsertest_util.cc
diff --git a/chrome/test/nacl/nacl_browsertest_util.cc b/chrome/test/nacl/nacl_browsertest_util.cc
index 9c1d57d8ac736a083dc52059cbb46575787a8b53..470ce4651b8a94fa1c4a3fa72c8802c747a05d2f 100644
--- a/chrome/test/nacl/nacl_browsertest_util.cc
+++ b/chrome/test/nacl/nacl_browsertest_util.cc
@@ -208,11 +208,6 @@ void NaClBrowserTestBase::SetUpCommandLine(base::CommandLine* command_line) {
}
void NaClBrowserTestBase::SetUpOnMainThread() {
- // Sanity check.
- base::FilePath plugin_lib;
- ASSERT_TRUE(PathService::Get(chrome::FILE_NACL_PLUGIN, &plugin_lib));
- ASSERT_TRUE(base::PathExists(plugin_lib)) << plugin_lib.value();
-
ASSERT_TRUE(StartTestServer()) << "Cannot start test server.";
}

Powered by Google App Engine
This is Rietveld 408576698