| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d2a0fb81fa9ec917a80aa5c010cb3cec3ffc2983..7874046cfb2d66ccd886e667c46653cf9241810d 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -399,9 +399,6 @@ extern const char kEasyUnlockAppPath[] = "easy-unlock-app-path";
|
| // If set, the app list will be enabled as if enabled from CWS.
|
| const char kEnableAppList[] = "enable-app-list";
|
|
|
| -// Enables the <appview> tag in platform apps.
|
| -const char kEnableAppView[] = "enable-app-view";
|
| -
|
| // Enables the <window-controls> tag in platform apps.
|
| const char kEnableAppWindowControls[] = "enable-app-window-controls";
|
|
|
|
|