diff options
Diffstat (limited to 'chrome/common/extensions/api/app_runtime.idl')
-rw-r--r-- | chrome/common/extensions/api/app_runtime.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/app_runtime.idl b/chrome/common/extensions/api/app_runtime.idl index 391adaa..da8ddb8 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 { |