| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index fe49e8273a4f0e2acd7275d3bf0e19729fd7c414..9cf07d9722c72b2d61ef7c58b5a9651bc9d46ae0 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -166,6 +166,9 @@ extern const char kEnableTabAudioMuting[];
|
| extern const char kEnableThumbnailRetargeting[];
|
| extern const char kEnableUserAlternateProtocolPorts[];
|
| extern const char kEnableWebAppFrame[];
|
| +#if defined(OS_ANDROID)
|
| +extern const char kEnableWebApk[];
|
| +#endif // defined(OS_ANDROID)
|
| extern const char kEnableWebNotificationCustomLayouts[];
|
| extern const char kExtensionContentVerificationBootstrap[];
|
| extern const char kExtensionContentVerificationEnforceStrict[];
|
|
|