| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 0c450de48a12e4ec42a8b62c4063001bb18e4e27..7336c235939dc234307523b74b3881446017f9a7 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1041,7 +1041,7 @@ const char kEnableHostedMode[] = "enable-hosted-mode";
|
| const char kEnableHungRendererInfoBar[] = "enable-hung-renderer-infobar";
|
|
|
| // Enables "Add to Home screen" in the app menu to generate WebAPKs.
|
| -const char kEnableWebApk[] = "enable-webapk";
|
| +const char kEnableWebApk[] = "enable-improved-a2hs";
|
|
|
| // Forces the update menu badge to show.
|
| const char kForceShowUpdateMenuBadge[] = "force-show-update-menu-badge";
|
|
|