| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 8ba7f418a8f1620dbd70e7296e99e7d6c9a3a43f..c632e65fc546874b0bf68c8c1b5767302c23762a 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -18,6 +18,10 @@ namespace features {
|
| // All features in alphabetical order. The features should be documented
|
| // alongside the definition of their values in the .cc file.
|
|
|
| +#if defined(OS_ANDROID)
|
| +extern const base::Feature kAllowAutoplayUnmutedInWebappManifestScope;
|
| +#endif // defined(OS_ANDROID)
|
| +
|
| #if defined(OS_MACOSX)
|
| extern const base::Feature kAppleScriptExecuteJavaScript;
|
| #endif // defined(OS_MACOSX)
|
|
|