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

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: extract common histogram FactoryGet code; extract histogram persistence into seperate files Created 5 years 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 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";

Powered by Google App Engine
This is Rietveld 408576698