| Index: chrome/common/extensions/api/app_runtime.idl
|
| diff --git a/chrome/common/extensions/api/app_runtime.idl b/chrome/common/extensions/api/app_runtime.idl
|
| index 391adaa80b9393334939fb27f8af9ef7c0529b68..da8ddb885a9fdff4924676a59a7743a08a837db5 100644
|
| --- a/chrome/common/extensions/api/app_runtime.idl
|
| +++ b/chrome/common/extensions/api/app_runtime.idl
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// Use the <code>chrome.app.runtime</code> API to manage the app lifecycle.
|
| +// The app runtime manages app installation, controls the event page, and can
|
| +// shut down the app at anytime.
|
| namespace app.runtime {
|
|
|
| [inline_doc] dictionary LaunchItem {
|
|
|