| 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_
|
|
|