| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c4f324dad45998a031c46f1545abd78db733a26c..a1980ebc5a7eacb47d3d84675e6163ce62f1f5d6 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -302,6 +302,9 @@ const char kDisablePasswordManagerReauthentication[] =
|
| // Disable the new material UI - requires out of process PDF plugin.
|
| const char kDisablePdfMaterialUI[] = "disable-pdf-material-ui";
|
|
|
| +// Force disabling of metric storage in persistent memory.
|
| +const char kDisablePersistentMetrics[] = "disable-persistent-metrics";
|
| +
|
| // Disable pop-up blocking.
|
| const char kDisablePopupBlocking[] = "disable-popup-blocking";
|
|
|
|
|