summaryrefslogtreecommitdiffstats
path: root/chrome/test/nacl/nacl_test.h
diff options
context:
space:
mode:
authorgregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-12 19:45:11 +0000
committergregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-12 19:45:11 +0000
commit98ad1cc6839fac2db5a8c22cb9429dfc8f20f407 (patch)
tree06fe9c21b1b9d0d18c57ee0a92dd01e58500568b /chrome/test/nacl/nacl_test.h
parentd642a5379b7329da6e13cfc4c7800f8ec3684a8d (diff)
downloadchromium_src-98ad1cc6839fac2db5a8c22cb9429dfc8f20f407.zip
chromium_src-98ad1cc6839fac2db5a8c22cb9429dfc8f20f407.tar.gz
chromium_src-98ad1cc6839fac2db5a8c22cb9429dfc8f20f407.tar.bz2
Simplify nacl_ui_tests code.
We now rely on the fact that both html and nexe files exist in the prebuilt directory, so there is no reason to copy them. Review URL: http://codereview.chromium.org/1637004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44270 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/nacl/nacl_test.h')
-rw-r--r--chrome/test/nacl/nacl_test.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/chrome/test/nacl/nacl_test.h b/chrome/test/nacl/nacl_test.h
index 06b371b..e9519e9 100644
--- a/chrome/test/nacl/nacl_test.h
+++ b/chrome/test/nacl/nacl_test.h
@@ -40,17 +40,9 @@ class NaClTest : public UITest {
GURL GetTestUrl(const FilePath& filename);
private:
- void PrepareSrpcHwTest(FilePath test_root_dir);
- void PrepareServerTest(FilePath test_root_dir);
- void PrepareSrpcBasicTest(FilePath test_root_dir);
- void PrepareSrpcSockAddrTest(FilePath test_root_dir);
- void PrepareSrpcShmTest(FilePath test_root_dir);
- void PrepareSrpcPluginTest(FilePath test_root_dir);
- void PrepareSrpcNrdXferTest(FilePath test_root_dir);
- void PrepareNpapiHwTest(FilePath test_root_dir);
-
// Compute the path to the test binaries (prebuilt NaCL executables).
FilePath GetTestBinariesDir();
+ bool use_x64_nexes_;
};
#endif // CHROME_TEST_NACL_NACL_TEST_H_