| Index: content/test/gpu/gpu_tests/pixel_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/pixel_integration_test.py b/content/test/gpu/gpu_tests/pixel_integration_test.py
|
| index 65121cab1d8bc0e8758b360408a5ac9ea0419fd3..049f4d76169709007488c3057974f9404c6fcd14 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_integration_test.py
|
| @@ -31,8 +31,6 @@ test_harness_script = r"""
|
| domAutomationController._succeeded = false;
|
| domAutomationController._finished = false;
|
|
|
| - domAutomationController.setAutomationId = function(id) {}
|
| -
|
| domAutomationController.send = function(msg) {
|
| domAutomationController._finished = true;
|
|
|
|
|