| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f8ce50229e9d71b70ad2fea0e675e32d9acd39f9..a27531b91c1f6520eb0c0aa63826f9c424c41174 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -365,6 +365,9 @@ const char kDnsServer[] = "dns-server";
|
| // |DOMAutomationController| to the |AutomationRenderViewHelper|.
|
| const char kDomAutomationController[] = "dom-automation";
|
|
|
| +// Replaces the download shelf with a new experimental UI.
|
| +const char kDownloadsNewUI[] = "downloads-new-ui";
|
| +
|
| // Dump any accumualted histograms to the log when browser terminates (requires
|
| // logging to be enabled to really do anything). Used by developers and test
|
| // scripts.
|
|
|