| Index: chrome/common/extensions/docs/static/first_app.html
|
| diff --git a/chrome/common/extensions/docs/static/first_app.html b/chrome/common/extensions/docs/static/first_app.html
|
| index 2005e364da64b7c12c21202db574f8152a25ec3d..ec1db3d92457b0284a7fdb97c03145c82f389208 100644
|
| --- a/chrome/common/extensions/docs/static/first_app.html
|
| +++ b/chrome/common/extensions/docs/static/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
|
| @@ -166,4 +166,3 @@ and click on your new app icon.
|
| </p>
|
|
|
| <p class="backtotop"><a href="#top">Back to top</a></p>
|
| -
|
|
|