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

Side by Side Diff: chrome/test/data/chromedriver/test_app/background.js

Issue 1196663005: [chromedriver] When launching a Chrome App, automatically switch to the new window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 chrome.app.runtime.onLaunched.addListener(function() {
2 chrome.app.window.create('window.html', {
3 'bounds': {
4 'width': 400,
5 'height': 500
6 }
7 });
8 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698