| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f71178a3825d4f6775513cb92e03c13d4b0dcdd5..344e29fc56390e8f8cf7e25288ef32d2df6979a6 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -306,6 +306,9 @@ const char kDisablePdfMaterialUI[] = "disable-pdf-material-ui";
|
| // for blacklisted sites.
|
| const char kDisablePermissionsBlacklist[] = "disable-permissions-blacklist";
|
|
|
| +// Force disabling of metric storage in persistent memory.
|
| +const char kDisablePersistentMetrics[] = "disable-persistent-metrics";
|
| +
|
| // Disable pop-up blocking.
|
| const char kDisablePopupBlocking[] = "disable-popup-blocking";
|
|
|
|
|