| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 259b0a91702c1d2586786f533b52351c50cf6ab5..638430189600a764db720624d68ad3ff1bee8a01 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -274,8 +274,10 @@ const char kDisableFieldTrialTestingConfig[] = "disable-field-trial-config";
|
| // Disable HTTP/2 and SPDY/3.1 protocols.
|
| const char kDisableHttp2[] = "disable-http2";
|
|
|
| -// Disables the Material Design version of chrome://downloads.
|
| -const char kDisableMaterialDesignDownloads[] = "disable-md-downloads";
|
| +// 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 new bookmark app system.
|
| const char kDisableNewBookmarkApps[] = "disable-new-bookmark-apps";
|
| @@ -415,9 +417,6 @@ const char kEnableExtensionActivityLogTesting[] =
|
| // crbug.com/142458 .
|
| const char kEnableFastUnload[] = "enable-fast-unload";
|
|
|
| -// Enables the Material Design version of chrome://downloads.
|
| -const char kEnableMaterialDesignDownloads[] = "enable-md-downloads";
|
| -
|
| // Enables the Material Design version of chrome://extensions.
|
| const char kEnableMaterialDesignExtensions[] = "enable-md-extensions";
|
|
|
|
|