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

Unified Diff: extensions/common/api/app_runtime.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
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/app_window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/app_runtime.idl
diff --git a/extensions/common/api/app_runtime.idl b/extensions/common/api/app_runtime.idl
index bec8040134c2a468e48307dd12a13dae210b70f0..a69bd5f597e4d48f82deb5c410c50383ded2f97a 100644
--- a/extensions/common/api/app_runtime.idl
+++ b/extensions/common/api/app_runtime.idl
@@ -66,6 +66,18 @@ namespace app.runtime {
// Optional data that includes action-specific launch information.
dictionary ActionData {
ActionType actionType;
+
+ // <p>Whether the action was requested on Chrome OS lock screen.</p>
+ // <p>
+ // Launch events with this valued set to <code>true</code> are fired
+ // in lock screen context, where apps have reduced access to extension
+ // APIs, but are able to create windows on lock screen.
+ // </p>
+ // <p>
+ // Note that this value will be set to <code>true</code> only if the app
+ // is set as the lock screen enabled action handler by the user.
+ // </p>
+ [nodoc] boolean? isLockScreenAction;
};
// Optional data for the launch. Either <code>items</code>, or
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/app_window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698