blob: e7134da3586fec99509640abd07ead9f3b39ec72 [file] [log] [blame]
manzagopf2322662016-09-27 11:39:591// Copyright 2016 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "components/browser_watcher/features.h"
6
7namespace browser_watcher {
8
Sigurdur Asgeirsson0d87af612020-01-28 13:09:049const base::Feature kExtendedCrashReportingFeature{
10 "ExtendedCrashReporting", base::FEATURE_DISABLED_BY_DEFAULT};
manzagopf93b15722017-03-13 20:30:1111
Sigurdur Asgeirsson81094bb2020-01-14 20:12:2412const char kInMemoryOnlyParam[] = "in_memory_only";
13
manzagopf2322662016-09-27 11:39:5914} // namespace browser_watcher