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

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: change from lambdas to Factory classes for creating histograms with common code 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 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";

Powered by Google App Engine
This is Rietveld 408576698