| Index: chrome/test/data/extensions/api_test/app_background_page/lacks_permission/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/app_background_page/lacks_permission/test.js b/chrome/test/data/extensions/api_test/app_background_page/lacks_permission/test.js
|
| index ed1a4b63981127054fc74611af3b707860eb5aba..99dd8a5fc7314fe9f922dc9c4925aaf1b3391956 100644
|
| --- a/chrome/test/data/extensions/api_test/app_background_page/lacks_permission/test.js
|
| +++ b/chrome/test/data/extensions/api_test/app_background_page/lacks_permission/test.js
|
| @@ -6,7 +6,7 @@
|
| // that a visible window was created that contains the bg.html page.
|
|
|
| var pagePrefix =
|
| - 'http://a.com:PORT/files/extensions/api_test/app_background_page/common';
|
| + 'http://a.com:PORT/extensions/api_test/app_background_page/common';
|
|
|
| // Dispatch "tunneled" functions from the live web pages to this testing page.
|
| chrome.extension.onRequest.addListener(function(request) {
|
|
|