| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c8d5a0cc91803f83deb8e4545bb14b3a459bd484..77949ab7bb4d6dd058ba5633737a1ef840ad7523 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -309,6 +309,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";
|
|
|
|
|