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

Unified Diff: components/browser_watcher/features.h

Issue 2923523002: Decouple stability instrumentation recording and collection (Closed)
Patch Set: PostmortemDeleter unittest 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.h
diff --git a/components/browser_watcher/features.h b/components/browser_watcher/features.h
index 8f3503a6c3fbb13c4cec1bfd5fe18d96ba75a39b..5f067f67ae0235cb46d15cc64f07c1801f9f660f 100644
--- a/components/browser_watcher/features.h
+++ b/components/browser_watcher/features.h
@@ -17,6 +17,10 @@ extern const base::Feature kStabilityDebuggingFeature;
// flush.
extern const char kInitFlushParam[];
+// Name of an experiment parameter that controls whether to collect postmortem
+// reports.
+extern const char kCollectPostmortemParam[];
+
} // namespace browser_watcher
#endif // COMPONENTS_BROWSER_WATCHER_FEATURES_H_

Powered by Google App Engine
This is Rietveld 408576698