| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 2b9424b4b74e7b06ab23ba34c4350b6d23234515..32a4a7d17a72448af7f153e4e8ea4ff8f4323b45 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -8,6 +8,11 @@ namespace features {
|
|
|
| // All features in alphabetical order.
|
|
|
| +#if defined(OS_MACOSX)
|
| +const base::Feature kApplescriptExecuteJavascript{
|
| + "ApplescriptExecuteJavascript", base::FEATURE_ENABLED_BY_DEFAULT};
|
| +#endif // defined(OS_MACOSX
|
| +
|
| #if defined(OS_CHROMEOS)
|
| // Whether to handle low memory kill of ARC apps by Chrome.
|
| const base::Feature kArcMemoryManagement{
|
|
|