| Index: chrome/test/data/extensions/api_test/webnavigation/test_crossProcess.js
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/test_crossProcess.js b/chrome/test/data/extensions/api_test/webnavigation/test_crossProcess.js
|
| index ed773107e49600800048641c9cfbcd2be4df3b90..7dc3098b67c50f41bb86ea7407dfbedf87c3f90e 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/test_crossProcess.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/test_crossProcess.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -function runTests() {
|
| +onload = function() {
|
| var getURL = chrome.extension.getURL;
|
| var URL_REGULAR =
|
| "http://127.0.0.1:PORT/files/extensions/api_test/webnavigation/crossProcess/empty.html";
|
| @@ -635,4 +635,4 @@ function runTests() {
|
| ]);
|
| });
|
| });
|
| -}
|
| +};
|
|
|