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

Unified Diff: components/browser_watcher/features.cc

Issue 2923523002: Decouple stability instrumentation recording and collection (Closed)
Patch Set: Address Siggi's comments Created 3 years, 6 months 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: components/browser_watcher/features.cc
diff --git a/components/browser_watcher/features.cc b/components/browser_watcher/features.cc
index 399e49b9c17d703c6ac7cea12a567d306983f9cd..76ecd82a54c93753be6534653b017a653509d9d9 100644
--- a/components/browser_watcher/features.cc
+++ b/components/browser_watcher/features.cc
@@ -11,4 +11,6 @@ const base::Feature kStabilityDebuggingFeature{
const char kInitFlushParam[] = "init_flush";
+const char kCollectPostmortemParam[] = "collect_postmortem";
+
} // namespace browser_watcher

Powered by Google App Engine
This is Rietveld 408576698