| Index: content/test/gpu/gpu_tests/depth_capture_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/depth_capture_integration_test.py b/content/test/gpu/gpu_tests/depth_capture_integration_test.py
|
| index cdb9c39e79e91c637025f84ea930eb785620ac79..73d08ee798e5cd686f5e56c444fb1d5afb19d985 100644
|
| --- a/content/test/gpu/gpu_tests/depth_capture_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/depth_capture_integration_test.py
|
| @@ -21,8 +21,6 @@ harness_script = r"""
|
| domAutomationController._finished = false;
|
| domAutomationController._error_msg = "";
|
|
|
| - domAutomationController.setAutomationId = function(id) {}
|
| -
|
| domAutomationController.send = function(msg) {
|
| if (msg == "OK") {
|
| if (!domAutomationController._finished) {
|
|
|