| Index: tools/heapcheck/chrome_tests.py
|
| diff --git a/tools/heapcheck/chrome_tests.py b/tools/heapcheck/chrome_tests.py
|
| index 9e9cae0d6257c59303c1abf22867fee4f10d9faa..3f7d951bd9966635ab125e35e29f86614cbf9c96 100755
|
| --- a/tools/heapcheck/chrome_tests.py
|
| +++ b/tools/heapcheck/chrome_tests.py
|
| @@ -92,7 +92,6 @@ class ChromeTests(object):
|
| "courgette_unittests": self.TestCourgette,
|
| "crypto": self.TestCrypto, "crypto_unittests": self.TestCrypto,
|
| "device": self.TestDevice, "device_unittests": self.TestDevice,
|
| - "googleurl": self.TestGURL, "googleurl_unittests": self.TestGURL,
|
| "gpu": self.TestGPU, "gpu_unittests": self.TestGPU,
|
| "ipc": self.TestIpc, "ipc_tests": self.TestIpc,
|
| "jingle": self.TestJingle, "jingle_unittests": self.TestJingle,
|
| @@ -292,9 +291,6 @@ class ChromeTests(object):
|
| def TestGPU(self):
|
| return self.SimpleTest("gpu", "gpu_unittests")
|
|
|
| - def TestGURL(self):
|
| - return self.SimpleTest("chrome", "googleurl_unittests")
|
| -
|
| def TestIpc(self):
|
| return self.SimpleTest("ipc", "ipc_tests")
|
|
|
|
|