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

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

Issue 2159103006: Add policy provider that would filter extensions/apps allowed on the (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address some nits Created 4 years, 4 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
Index: extensions/common/features/behavior_feature.h
diff --git a/extensions/common/features/behavior_feature.h b/extensions/common/features/behavior_feature.h
index c8e0b90c529eb2c3fcf8edb599ce5ec47d2c8aee..498ad5f4ad5c739527e135e8c295f230eae9130e 100644
--- a/extensions/common/features/behavior_feature.h
+++ b/extensions/common/features/behavior_feature.h
@@ -22,6 +22,8 @@ class BehaviorFeature : public SimpleFeature {
static const char kWhitelistedForIncognito[];
static const char kDoNotSync[];
static const char kZoomWithoutBubble[];
+ static const char kSigninScreen[];
+ static const char kSigninScreenWhitelist[];
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698