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

Side by Side Diff: chrome/test/data/extensions/api_test/notification_provider/test_app/app.js

Issue 461403005: add a test app using notification provider API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 chrome.app.runtime.onLaunched.addListener(function () {
2 chrome.app.window.create("window.html", {
3 id: "mainwin",
4 bounds: {width:600, height:1000}
5 });
6 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698