| Index: extensions/common/api/app_runtime.idl
|
| diff --git a/extensions/common/api/app_runtime.idl b/extensions/common/api/app_runtime.idl
|
| index daf953cb20cbfb8ee1b645a8eeda26ed17197c00..eb89dfd378616177ef44a91626b983808ddf4c2f 100644
|
| --- a/extensions/common/api/app_runtime.idl
|
| +++ b/extensions/common/api/app_runtime.idl
|
| @@ -5,7 +5,7 @@
|
| // 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 {
|
| +[use_movable_types=true] namespace app.runtime {
|
|
|
| [inline_doc] dictionary LaunchItem {
|
| // Entry for the item.
|
|
|