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

Unified Diff: extensions/common/extension.h

Issue 2004043002: Supervised Users Initiated Installs v2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kid_initiated_install
Patch Set: Fixing the build again! Created 4 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 | « chrome/test/base/testing_profile.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension.h
diff --git a/extensions/common/extension.h b/extensions/common/extension.h
index fc6579e18f596ab8dfc6037e97ac75a8c7607ed1..1898200d338cfcd49c5a529323fa9a0c9ebc6566 100644
--- a/extensions/common/extension.h
+++ b/extensions/common/extension.h
@@ -88,7 +88,9 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
// disabled for user prompting.
DISABLE_UPDATE_REQUIRED_BY_POLICY = 1 << 14, // Doesn't meet minimum
// version requirement.
- DISABLE_REASON_LAST = 1 << 15, // This should always be the last value
+ DISABLE_CUSTODIAN_APPROVAL_REQUIRED = 1 << 15, // Supervised user needs
+ // approval by custodian.
+ DISABLE_REASON_LAST = 1 << 16, // This should always be the last value
};
// A base class for parsed manifest data that APIs want to store on
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698