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

Unified Diff: components/browser_watcher/features.cc

Issue 2720353002: Flush stability file after initialization (Closed)
Patch Set: Set up as an experiment Created 3 years, 9 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
« no previous file with comments | « components/browser_watcher/features.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher/features.cc
diff --git a/components/browser_watcher/features.cc b/components/browser_watcher/features.cc
index 87b65aa661ef7f1590b117c40cc862b0b32d0ca0..76c970abec15a2fe2eb267e63f1970d834bc8b8b 100644
--- a/components/browser_watcher/features.cc
+++ b/components/browser_watcher/features.cc
@@ -9,5 +9,7 @@ namespace browser_watcher {
// Additional stability instrumentation.
const base::Feature kStabilityDebuggingFeature{
"StabilityDebugging", base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kStabilityDebuggingFlushFeature{
rkaplow 2017/03/07 05:35:06 wouldn't mind one-liners explaining what these fea
manzagop (departed) 2017/03/07 15:24:21 Done.
+ "StabilityDebuggingFlush", base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace browser_watcher
« no previous file with comments | « components/browser_watcher/features.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698