manzagop | f232266 | 2016-09-27 11:39:59 | [diff] [blame] | 1 | // 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 | |
| 7 | namespace browser_watcher { |
| 8 | |
Sigurdur Asgeirsson | 0d87af61 | 2020-01-28 13:09:04 | [diff] [blame] | 9 | const base::Feature kExtendedCrashReportingFeature{ |
| 10 | "ExtendedCrashReporting", base::FEATURE_DISABLED_BY_DEFAULT}; |
manzagop | f93b1572 | 2017-03-13 20:30:11 | [diff] [blame] | 11 | |
Sigurdur Asgeirsson | 81094bb | 2020-01-14 20:12:24 | [diff] [blame] | 12 | const char kInMemoryOnlyParam[] = "in_memory_only"; |
| 13 | |
manzagop | f232266 | 2016-09-27 11:39:59 | [diff] [blame] | 14 | } // namespace browser_watcher |