Index: chrome/test/data/extensions/platform_apps/hidden/test.js |
diff --git a/chrome/test/data/extensions/platform_apps/hidden/test.js b/chrome/test/data/extensions/platform_apps/hidden/test.js |
index c11022784fb68549df4d1fd6b655d82c0107a5f4..15a1b5e70044442e3c53aa7cffd164a2a7e5fac2 100644 |
--- a/chrome/test/data/extensions/platform_apps/hidden/test.js |
+++ b/chrome/test/data/extensions/platform_apps/hidden/test.js |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
chrome.app.runtime.onLaunched.addListener(function() { |
- chrome.app.window.create('main.html', { |
+ chrome.app.window.create('empty.html', { |
hidden: true, |
}, function () { |
chrome.test.sendMessage('Launched'); |