| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 306e4f791a54e05a6066a17633ac229e77c953d4..ea7460a67dfbb354c5931da1f4113b2d4d32498d 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -104,6 +104,10 @@ extern const base::Feature kLinuxObsoleteSystemIsEndOfTheLine;
|
|
|
| extern const base::Feature kLsdPermissionPrompt;
|
|
|
| +#if defined(OS_MACOSX)
|
| +extern const base::Feature kMacRTL;
|
| +#endif
|
| +
|
| extern const base::Feature kMaterialDesignBookmarks;
|
|
|
| #if BUILDFLAG(ENABLE_EXTENSIONS)
|
|
|