Index: tools/valgrind/chrome_tests.py |
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py |
index 35e2e3856e0c331f8c0b9b9a3ac1434a97651d4a..e39b33ae95eb33dd1b8cd69e736f5a535fa2bf5b 100755 |
--- a/tools/valgrind/chrome_tests.py |
+++ b/tools/valgrind/chrome_tests.py |
@@ -319,9 +319,6 @@ class ChromeTests: |
def TestCC(self): |
return self.SimpleTest("cc", "cc_unittests") |
- def TestChromeApp(self): |
- return self.SimpleTest("chrome_app", "chrome_app_unittests") |
- |
def TestChromeElf(self): |
return self.SimpleTest("chrome_elf", "chrome_elf_unittests") |
@@ -664,7 +661,6 @@ class ChromeTests: |
"cacheinvalidation_unittests": TestCacheInvalidation, |
"cast": TestCast, "cast_unittests": TestCast, |
"cc": TestCC, "cc_unittests": TestCC, |
- "chrome_app": TestChromeApp, |
"chrome_elf": TestChromeElf, |
"chromedriver": TestChromeDriver, |
"chromeos": TestChromeOS, "chromeos_unittests": TestChromeOS, |