| Index: chrome/common/extensions/docs/server2/templates/articles/first_app.html
|
| diff --git a/chrome/common/extensions/docs/server2/templates/articles/first_app.html b/chrome/common/extensions/docs/server2/templates/articles/first_app.html
|
| index 75a30aedc0f1a88ca8f6162d20204d1e579402fb..cc91f2a4d580e73b8a3cb328159fd7f019bb37fa 100644
|
| --- a/chrome/common/extensions/docs/server2/templates/articles/first_app.html
|
| +++ b/chrome/common/extensions/docs/server2/templates/articles/first_app.html
|
| @@ -72,7 +72,7 @@ with the following content:
|
| </p>
|
|
|
| <pre>
|
| -chrome.experimental.app.onLaunched.addListener(function() {
|
| +chrome.app.runtime.onLaunched.addListener(function() {
|
| chrome.app.window.create('window.html', {
|
| 'width': 400,
|
| 'height': 500
|
|
|