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

Unified Diff: extensions/common/features/feature.h

Issue 2892403002: Introduce lock screen app context to extension features (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/extension_messages.h ('k') | extensions/common/features/simple_feature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/feature.h
diff --git a/extensions/common/features/feature.h b/extensions/common/features/feature.h
index d3179bb9b2a21b40a75ddc808f05296699275590..2fda10a62d5ed46b18349973d12635d1eca30b91 100644
--- a/extensions/common/features/feature.h
+++ b/extensions/common/features/feature.h
@@ -38,6 +38,7 @@ class Feature {
BLESSED_WEB_PAGE_CONTEXT,
WEBUI_CONTEXT,
SERVICE_WORKER_CONTEXT,
+ LOCK_SCREEN_EXTENSION_CONTEXT,
};
// The platforms the feature is supported in.
« no previous file with comments | « extensions/common/extension_messages.h ('k') | extensions/common/features/simple_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698