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

Unified Diff: components/browser_watcher/features.cc

Issue 2741043005: Stability file flushing: replace experiment by parameter (Closed)
Patch Set: Address rkaplow's comment 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') | no next file » | 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 57ff1a1ee4312db5ae15e7d8feb21c71ae0fe877..399e49b9c17d703c6ac7cea12a567d306983f9cd 100644
--- a/components/browser_watcher/features.cc
+++ b/components/browser_watcher/features.cc
@@ -6,12 +6,9 @@
namespace browser_watcher {
-// Enables recording persistent stability information, which can later be
-// collected in the event of an unclean shutdown.
const base::Feature kStabilityDebuggingFeature{
"StabilityDebugging", base::FEATURE_DISABLED_BY_DEFAULT};
-// Controls the flushing behavior of the persistent stability information.
-const base::Feature kStabilityDebuggingFlushFeature{
- "StabilityDebuggingFlush", base::FEATURE_DISABLED_BY_DEFAULT};
+
+const char kInitFlushParam[] = "init_flush";
} // namespace browser_watcher
« no previous file with comments | « components/browser_watcher/features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698