| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index ac09210a3778492747802dbb6c01b2256a716b55..cdbfc2171e89f14351a00f65ddde0a1159426c1b 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -338,6 +338,11 @@ const char kDisableIPPooling[] = "disable-ip-pooling";
|
| const char kDisableLocalOnlyInstantExtendedAPI[] =
|
| "disable-local-only-instant-extended-api";
|
|
|
| +// Disable the behavior that the second click on a launcher item (the click when
|
| +// the item is already active) minimizes the item.
|
| +const char kDisableMinimizeOnSecondLauncherItemClick[] =
|
| + "disable-minimize-on-second-launcher-item-click";
|
| +
|
| // Disables the native Autofill UI, which is part of the browser process rather
|
| // than part of the renderer process. http://crbug.com/51644
|
| const char kDisableNativeAutofillUi[] = "disable-new-autofill-ui";
|
|
|