cast_crash_keys.h 602 B

1234567891011121314151617181920212223
  1. // Copyright 2015 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. #ifndef CHROMECAST_CRASH_CAST_CRASH_KEYS_H_
  5. #define CHROMECAST_CRASH_CAST_CRASH_KEYS_H_
  6. namespace chromecast {
  7. namespace crash_keys {
  8. // Names of crash keys to be shared by multiple platforms.
  9. extern const char kLastApp[];
  10. extern const char kCurrentApp[];
  11. extern const char kPreviousApp[];
  12. extern const char kStadiaSessionId[];
  13. } // namespace crash_keys
  14. } // namespace chromecast
  15. #endif // CHROMECAST_CRASH_CAST_CRASH_KEYS_H_