| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index bde0dd1c28b98c4ac4f85a4e1c735e794f531a80..7a3d6498a16610bdc75a8894f2180349206e4f41 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1525,6 +1525,9 @@ const char kPasswordStore[] = "password-store";
|
| // create it.
|
| extern const char kEnableAppListShim[] = "enable-app-list-shim";
|
|
|
| +// Enable to allow creation and launch of app shims for platform apps.
|
| +const char kEnableAppShims[] = "enable-app-shims";
|
| +
|
| // Enables the tabs expose feature ( http://crbug.com/50307 ).
|
| const char kEnableExposeForTabs[] = "enable-expose-for-tabs";
|
|
|
|
|