blob: f0a696439e8a19efd44b1a8dddb42a5b0f4a6b30 [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CRASH_REPORTER_CONSTANTS_H_
#define CRASH_REPORTER_CONSTANTS_H_
namespace constants {
constexpr char kCrashGroupName[] = "crash-access";
}
#endif // CRASH_REPORTER_CONSTANTS_H_