Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1559)

Unified Diff: chrome/test/data/chromeos/demo_app/js/background.js

Issue 205713002: Add a basic demo mode browser test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/chromeos/demo_app/html/main.html ('k') | chromeos/chromeos_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'});
});
« no previous file with comments | « chrome/test/data/chromeos/demo_app/html/main.html ('k') | chromeos/chromeos_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698