| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c05b8e726ac0e3f84343b7145928171cba51b4dd..2139512f6b72434002201b91e77232f0952edcec 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -527,6 +527,10 @@ const char kDnsLogDetails[] = "dns-log-details";
|
| // Disables prefetching of DNS information.
|
| const char kDnsPrefetchDisable[] = "dns-prefetch-disable";
|
|
|
| +// Requests that a running browser process dump its collected histograms to a
|
| +// given file. The file is overwritten if it exists.
|
| +const char kDumpBrowserHistograms[] = "dump-browser-histograms";
|
| +
|
| // If set, Flash fullscreen widgets are embedded within the browser window and
|
| // with the same UX as HTML5 fullscreen.
|
| //
|
|
|