Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: extensions/common/api/app_runtime.idl

Issue 1833053004: [Extensions] Convert APIs to use movable types [10] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « extensions/common/api/app_current_window_internal.idl ('k') | extensions/common/api/app_view_guest_internal.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698