Index: chrome/test/data/chromeos/demo_app/js/background.js |
diff --git a/chrome/test/data/extensions/platform_apps/app_window_2/main.js b/chrome/test/data/chromeos/demo_app/js/background.js |
similarity index 76% |
copy from chrome/test/data/extensions/platform_apps/app_window_2/main.js |
copy to chrome/test/data/chromeos/demo_app/js/background.js |
index 5637bee260a4bc3cbf56eda8be82cc8fd3f37551..0ecb137cda94a67fd11a0469b9304221f0e1ae11 100644 |
--- a/chrome/test/data/extensions/platform_apps/app_window_2/main.js |
+++ b/chrome/test/data/chromeos/demo_app/js/background.js |
@@ -3,5 +3,5 @@ |
// found in the LICENSE file. |
chrome.app.runtime.onLaunched.addListener(function() { |
- chrome.app.window.create('index.html'); |
+ chrome.app.window.create('html/main.html', {'state': 'fullscreen'}); |
}); |