| Index: chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/main.js
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/text_selection/test.js b/chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/main.js
|
| similarity index 77%
|
| copy from chrome/test/data/extensions/platform_apps/web_view/text_selection/test.js
|
| copy to chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/main.js
|
| index 8b3e751b222bd599dd92c4544f143b2dc8a6cb7d..f9e810e42ff1bd622db77616104cfe0089f1abc7 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/text_selection/test.js
|
| +++ b/chrome/test/data/extensions/platform_apps/ephemeral_apps/notification_settings/main.js
|
| @@ -3,5 +3,5 @@
|
| // found in the LICENSE file.
|
|
|
| chrome.app.runtime.onLaunched.addListener(function() {
|
| - chrome.app.window.create('embedder.html', {}, function () {});
|
| + chrome.app.window.create('index.html', {});
|
| });
|
|
|