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

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

Issue 263683002: Set file tokens for NaCl main nexe if available to enable validation caching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: concat filepath literal Created 6 years, 7 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
« no previous file with comments | « chrome/test/data/nacl/nacl_test_data.gyp ('k') | chrome/test/nacl/nacl_browsertest_uma.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/nacl/nacl_browsertest.cc
diff --git a/chrome/test/nacl/nacl_browsertest.cc b/chrome/test/nacl/nacl_browsertest.cc
index c3ec838fb81f83c67c1f5a3bcfe5a357c0a06a13..bdaa551a3873ef73065a515bef68a98c7cab02cb 100644
--- a/chrome/test/nacl/nacl_browsertest.cc
+++ b/chrome/test/nacl/nacl_browsertest.cc
@@ -440,22 +440,6 @@ IN_PROC_BROWSER_TEST_F(NaClBrowserTestNewlibStderrPM, RedirectBg1) {
"pm_redir_test.html?stream=stderr&thread=bg&delay_us=1000000"));
}
-class NaClBrowserTestNewlibExtension : public NaClBrowserTestNewlib {
- public:
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
- NaClBrowserTestNewlib::SetUpCommandLine(command_line);
- base::FilePath src_root;
- ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &src_root));
-
- base::FilePath document_root;
- ASSERT_TRUE(GetDocumentRoot(&document_root));
-
- // Document root is relative to source root, and source root may not be CWD.
- command_line->AppendSwitchPath(switches::kLoadExtension,
- src_root.Append(document_root));
- }
-};
-
// TODO(ncbray) support glibc and PNaCl
#if defined(OS_MACOSX)
// crbug.com/375894
« no previous file with comments | « chrome/test/data/nacl/nacl_test_data.gyp ('k') | chrome/test/nacl/nacl_browsertest_uma.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698