features.cc 449 B

1234567891011121314
  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. #include "components/browser_watcher/features.h"
  5. namespace browser_watcher {
  6. const base::Feature kExtendedCrashReportingFeature{
  7. "ExtendedCrashReporting", base::FEATURE_DISABLED_BY_DEFAULT};
  8. const char kInMemoryOnlyParam[] = "in_memory_only";
  9. } // namespace browser_watcher