| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 4b2ce1baf6bbe9a26bb1dcfadb32e3a860cda993..08fb3c7fd60528e3ce17b11404bb5c3296dbecac 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -553,6 +553,11 @@ const char kEnableUserAlternateProtocolPorts[] =
|
| // apps).
|
| const char kEnableWebAppFrame[] = "enable-web-app-frame";
|
|
|
| +#if defined(OS_ANDROID)
|
| +// Enables "Add to Home screen" in the app menu to generate WebAPKs.
|
| +const char kEnableWebApk[] = "enable-webapk";
|
| +#endif
|
| +
|
| // Enables Web Notification custom layouts.
|
| const char kEnableWebNotificationCustomLayouts[] =
|
| "enable-web-notification-custom-layouts";
|
|
|