| Index: content/test/gpu/gpu_tests/gpu_process_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/gpu_process_integration_test.py b/content/test/gpu/gpu_tests/gpu_process_integration_test.py
|
| index b2be86f7f3ae8ae836a63f2d3c33f317f9b791ef..6c8544bfb307a481e58aec881b66759febcc7da5 100644
|
| --- a/content/test/gpu/gpu_tests/gpu_process_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/gpu_process_integration_test.py
|
| @@ -15,7 +15,6 @@ data_path = os.path.join(
|
| test_harness_script = r"""
|
| var domAutomationController = {};
|
| domAutomationController._finished = false;
|
| - domAutomationController.setAutomationId = function(id) {}
|
| domAutomationController.send = function(msg) {
|
| domAutomationController._finished = true;
|
| }
|
|
|