| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 5f3a814089a90bb24feb340745cdecfb1dce6f4a..91c877b97afff54dc8285e1653908f35e963fdd2 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -35,6 +35,10 @@ extern const base::Feature kBlockSmallContent;
|
|
|
| extern const base::Feature kBrowserHangFixesExperiment;
|
|
|
| +#if defined(OS_WIN)
|
| +extern const base::Feature kDisableFirstRunAutoImportWin;
|
| +#endif // defined(OS_WIN)
|
| +
|
| extern const base::Feature kDisplayPersistenceToggleInPermissionPrompts;
|
|
|
| extern const base::Feature kExpectCTReporting;
|
|
|