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