cast_crash_keys.cc 493 B

12345678910111213141516171819
  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. #include "chromecast/crash/cast_crash_keys.h"
  5. namespace chromecast {
  6. namespace crash_keys {
  7. const char kLastApp[] = "last_app";
  8. const char kCurrentApp[] = "current_app";
  9. const char kPreviousApp[] = "previous_app";
  10. const char kStadiaSessionId[] = "stadia_session_id";
  11. } // namespace crash_keys
  12. } // namespace chromecast