| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 887f42207936c53c8cb1299db93572866d63086c..a72726fe8a560a516a3cdd562d780c17786024d5 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -81,6 +81,10 @@ extern const base::Feature kSafeSearchUrlReporting;
|
|
|
| extern const base::Feature kSimplifiedFullscreenUI;
|
|
|
| +#if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| +extern const base::Feature kSecurityChip;
|
| +#endif
|
| +
|
| #if defined(SYZYASAN)
|
| extern const base::Feature kSyzyasanDeferredFree;
|
| #endif
|
|
|