blob: 406d30e86eb6406c6075833e593a6a0a8fa15e98 [file] [log] [blame]
// Copyright 2019 The Chromium 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 WEBLAYER_COMMON_CRASH_REPORTER_CRASH_KEYS_H_
#define WEBLAYER_COMMON_CRASH_REPORTER_CRASH_KEYS_H_
namespace weblayer {
namespace crash_keys {
// Crash Key Name Constants ////////////////////////////////////////////////////
// Application information.
extern const char kAppPackageName[];
extern const char kAppPackageVersionCode[];
extern const char kAndroidSdkInt[];
extern const char kWeblayerWebViewCompatMode[];
extern const char* const kWebLayerCrashKeyAllowList[];
} // namespace crash_keys
void SetWebLayerCrashKeys();
} // namespace weblayer
#endif // WEBLAYER_COMMON_CRASH_REPORTER_CRASH_KEYS_H_