| Index: chrome/common/chrome_switches.cc
 | 
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
 | 
| index 4c8135fd6443670b125e36afa32955dc0f44b588..2b467907fdcd53967e0ac27f175bb9b7d1272fcc 100644
 | 
| --- a/chrome/common/chrome_switches.cc
 | 
| +++ b/chrome/common/chrome_switches.cc
 | 
| @@ -425,6 +425,9 @@ const char kEnableAnswersInSuggest[]        = "enable-answers-in-suggest";
 | 
|  // 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";
 | 
|  
 | 
| 
 |