| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 5afe5188eb0a2884d290526b34db1fe33b562872..92777f332ff998fd0d7902ee6317c3a28e440112 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -165,6 +165,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[];
|
|
|