| 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 79b39ab140dffb4ce12b320531d9f2e3360ac431..46e82871e9378e7824306bd485c5c7688cb70470 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/test_crossProcess.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/test_crossProcess.js
|
| @@ -5,7 +5,7 @@
|
| onload = function() {
|
| var getURL = chrome.extension.getURL;
|
| var URL_REGULAR =
|
| - "http://127.0.0.1:PORT/files/extensions/api_test/webnavigation/crossProcess/empty.html";
|
| + "http://127.0.0.1:PORT/extensions/api_test/webnavigation/crossProcess/empty.html";
|
| var URL_REDIRECT = "http://www.a.com:PORT/server-redirect";
|
| var URL_TEST = "http://127.0.0.1:PORT/test";
|
| chrome.tabs.create({"url": "about:blank"}, function(tab) {
|
|
|