chromium/chromecast/crash/cast_crash_keys.h

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROMECAST_CRASH_CAST_CRASH_KEYS_H_
#define CHROMECAST_CRASH_CAST_CRASH_KEYS_H_

namespace chromecast {
namespace crash_keys {

// Names of crash keys to be shared by multiple platforms.
extern const char kLastApp[];

extern const char kCurrentApp[];

extern const char kPreviousApp[];

extern const char kStadiaSessionId[];

}  // namespace crash_keys
}  // namespace chromecast

#endif  // CHROMECAST_CRASH_CAST_CRASH_KEYS_H_