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

Unified Diff: components/policy/core/common/policy_namespace.h

Issue 2440473004: Add policy domain for signin screen apps (Closed)
Patch Set: More comments according to feedback Created 4 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: components/policy/core/common/policy_namespace.h
diff --git a/components/policy/core/common/policy_namespace.h b/components/policy/core/common/policy_namespace.h
index 3a7424ed3982eb1600bf271e2fc95d5edabcb6a1..d3d70506fef0a951ea12966182da2bd7aa6a31b3 100644
--- a/components/policy/core/common/policy_namespace.h
+++ b/components/policy/core/common/policy_namespace.h
@@ -26,6 +26,11 @@ enum PolicyDomain {
// The component ID for the extension policies is equal to the extension ID.
POLICY_DOMAIN_EXTENSIONS,
+ // The namespace that corresponds to the policies for extensions running
+ // under Chrome OS signin profile. The component ID is equal to the extension
+ // ID.
+ POLICY_DOMAIN_SIGNIN_EXTENSIONS,
+
// Must be the last entry.
POLICY_DOMAIN_SIZE,
};

Powered by Google App Engine
This is Rietveld 408576698