// Copyright 2021 The Chromium Authors | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#include "chrome/browser/error_reporting/constants.h" | |
#if BUILDFLAG(IS_CHROMEOS) | |
const char kJavaScriptStackKey[] = "upload_file_js_stack\"; filename=\"stack\""; | |
#endif |