| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index f96568db5eec5d8c01b2bcb23299573e7483edd6..0194fe87b5c32cc2d2ff8730de5700ef6a54afe2 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -9,6 +9,7 @@
|
| #define CHROME_COMMON_CHROME_FEATURES_H_
|
|
|
| #include "base/feature_list.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/common/features.h"
|
| #include "extensions/features/features.h"
|
| #include "ppapi/features/features.h"
|
| @@ -183,6 +184,10 @@ extern const base::Feature kSiteDetails;
|
| extern const base::Feature kSiteNotificationChannels;
|
| #endif
|
|
|
| +#if !defined(OS_ANDROID)
|
| +extern const base::Feature kStaggeredBackgroundTabOpen;
|
| +#endif
|
| +
|
| extern const base::Feature kSupervisedUserCreation;
|
|
|
| #if defined(SYZYASAN)
|
|
|