| Index: chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/background.js b/chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js
|
| similarity index 84%
|
| copy from chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/background.js
|
| copy to chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js
|
| index bdb24003f9c21f596cf540f5aa8543e382cb3d44..4affaf965f63685b3ff1bf58d148627d757a04c3 100644
|
| --- a/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/background.js
|
| +++ b/chrome/test/data/extensions/platform_apps/windows_api_bounds/background.js
|
| @@ -3,5 +3,5 @@
|
| // found in the LICENSE file.
|
|
|
| chrome.app.runtime.onLaunched.addListener(function() {
|
| - chrome.app.window.create('test.html');
|
| + chrome.app.window.create("main.html");
|
| });
|
|
|