| 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
|
|
|