| Index: tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py
|
| diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py
|
| index cecba7044bb26244deb56f0713ed4147098a8932..cc1d267d32fd0971958e46cfd6e27da2af5628b2 100644
|
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py
|
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py
|
| @@ -17,7 +17,7 @@ class PassThroughPage(page_module.Page):
|
|
|
| def RunNavigateSteps(self, action_runner):
|
| super(PassThroughPage, self).RunNavigateSteps(action_runner)
|
| - action_runner.ExecuteJavaScript2('''
|
| + action_runner.ExecuteJavaScript('''
|
| (function() {
|
| var request = new XMLHttpRequest();
|
| request.open("GET", {{ url }});
|
|
|