| Index: chrome/test/data/extensions/platform_apps/web_view/media_access/deny/test.js
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/teardown/test.js b/chrome/test/data/extensions/platform_apps/web_view/media_access/deny/test.js
|
| similarity index 77%
|
| copy from chrome/test/data/extensions/platform_apps/web_view/teardown/test.js
|
| copy to chrome/test/data/extensions/platform_apps/web_view/media_access/deny/test.js
|
| index 2f9f855f2d12ecdd239a8a77433f161a25de6632..1886432c3055a84510594bb8c7e0d3ac28feb045 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/teardown/test.js
|
| +++ b/chrome/test/data/extensions/platform_apps/web_view/media_access/deny/test.js
|
| @@ -3,5 +3,5 @@
|
| // found in the LICENSE file.
|
|
|
| chrome.app.runtime.onLaunched.addListener(function() {
|
| - chrome.app.window.create('main.html', {}, function () {});
|
| + chrome.app.window.create('embedder.html', {}, function () {});
|
| });
|
|
|