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

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

Issue 2934513003: Changes in app.window and app.runtime to support lock screen note taking (Closed)
Patch Set: . Created 3 years, 6 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_window.idl
diff --git a/extensions/common/api/app_window.idl b/extensions/common/api/app_window.idl
index 999b99990ac882fb04adbe70b37365314a1c761b..39fd79e41832f01f8172ca24dd81023cb5ad3617 100644
--- a/extensions/common/api/app_window.idl
+++ b/extensions/common/api/app_window.idl
@@ -288,6 +288,16 @@ namespace app.window {
// If true, and supported by the platform, the window will be visible on all
// workspaces.
boolean? visibleOnAllWorkspaces;
+
+ // <p>If set, the action that is intended to be handled by the window on
+ // lockscreen. This has to be set to create an app window visible on the
+ // lock screen. The app window should be created only in response to an
+ // app launch request for handling an action from the lock screen. App
+ // window creation will fail if the app was not launched to handle the
+ // action.
+ // </p>
+ // <p>This is <b>Chrome OS only</b>.</p>
+ [nodoc] app.runtime.ActionType? lockScreenAction;
};
// Called in the creating window (parent) before the load event is called in
« no previous file with comments | « extensions/common/api/app_runtime.idl ('k') | extensions/components/native_app_window/native_app_window_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698