| Index: chrome/common/extensions/docs/apps/first_app.html
|
| diff --git a/chrome/common/extensions/docs/apps/first_app.html b/chrome/common/extensions/docs/apps/first_app.html
|
| index 2cf02a00d46ea5aa4c8b9823b6921ca167bd8ef7..3555a5c4207d4cc6a13cd1daf4576b141462bb03 100644
|
| --- a/chrome/common/extensions/docs/apps/first_app.html
|
| +++ b/chrome/common/extensions/docs/apps/first_app.html
|
| @@ -257,7 +257,7 @@ Packaged apps <b>must</b> use
|
| Next create a new file called <code>background.js</code>
|
| with the following content:
|
| </p>
|
| -<pre>chrome.experimental.app.onLaunched.addListener(function() {
|
| +<pre>chrome.app.runtime.onLaunched.addListener(function() {
|
| chrome.app.window.create('window.html', {
|
| 'width': 400,
|
| 'height': 500
|
|
|