| Index: chrome/common/extensions/docs/examples/extensions/calculator/main.js
|
| diff --git a/chrome/common/extensions/docs/examples/extensions/calculator/main.js b/chrome/common/extensions/docs/examples/extensions/calculator/main.js
|
| index cf93140df9b921febabe55e07489fc40ac2210cb..4260e0955fa466f62aa8bea7238a3ef39980ee6b 100644
|
| --- a/chrome/common/extensions/docs/examples/extensions/calculator/main.js
|
| +++ b/chrome/common/extensions/docs/examples/extensions/calculator/main.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -chrome.experimental.runtime.onLaunched.addListener(function() {
|
| +chrome.experimental.app.onLaunched.addListener(function() {
|
| chrome.windows.create({
|
| url: 'calculator.html',
|
| type: 'shell',
|
|
|