| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 42236)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -39,6 +39,9 @@
|
| // panel window.
|
| const char kAppLaunchAsPanel[] = "app-launch-as-panel";
|
|
|
| +// Makes the app launcher popup when a new tab is created.
|
| +const char kAppLauncherForNewTab[] = "app-launcher-new-tab";
|
| +
|
| // Authentication white list for servers
|
| const char kAuthServerWhitelist[] = "auth-server-whitelist";
|
|
|
|
|