Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3105)

Unified Diff: chrome/common/chrome_switches.cc

Issue 1425533011: Support "shared" histograms between processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shmem-alloc
Patch Set: added a couple tests (and fixed related issues) Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698