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

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

Issue 2357653002: Fix a comment in the PolicyDomain enum definition (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 000570b3aca4690f6d47d828db0e6ba7681c7f41..3a7424ed3982eb1600bf271e2fc95d5edabcb6a1 100644
--- a/components/policy/core/common/policy_namespace.h
+++ b/components/policy/core/common/policy_namespace.h
@@ -23,8 +23,7 @@ enum PolicyDomain {
// The component ID for chrome policies is always the empty string.
POLICY_DOMAIN_CHROME,
- // The extensions policy domain is a work in progress. Included here for
- // tests.
+ // The component ID for the extension policies is equal to the extension ID.
POLICY_DOMAIN_EXTENSIONS,
// Must be the last entry.
@@ -34,7 +33,6 @@ enum PolicyDomain {
// Groups a policy domain and a component ID in a single object representing
// a policy namespace. Objects of this class can be used as keys in std::maps.
struct POLICY_EXPORT PolicyNamespace {
- public:
PolicyNamespace();
PolicyNamespace(PolicyDomain domain, const std::string& component_id);
PolicyNamespace(const PolicyNamespace& other);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698