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

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

Issue 722703002: Make "source" a required argument of AppLaunchParams and fill in the argument in all call points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 eec2ad64be43fa43f3fb75b0f7b52c12ab74a840..cbae47d37ffc21264fa9666a9a140bc743e0b6a3 100644
--- a/extensions/common/api/app_runtime.idl
+++ b/extensions/common/api/app_runtime.idl
@@ -28,7 +28,14 @@ namespace app.runtime {
system_tray,
about_page,
- keyboard
+ keyboard,
+
+ settings_page,
+ management_api,
+ ephemeral,
+ background,
+ kiosk,
+ chrome_internal
};
// Optional data for the launch. Either <code>items</code>, or

Powered by Google App Engine
This is Rietveld 408576698