blob: c4eb400812b6032dfbd02e18934642237e7fd3fa [file] [log] [blame]
// 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.
#include "chromecast/crash/cast_crash_keys.h"
namespace chromecast {
namespace crash_keys {
const char kLastApp[] = "last_app";
const char kCurrentApp[] = "current_app";
const char kPreviousApp[] = "previous_app";
const char kStadiaSessionId[] = "stadia_session_id";
} // namespace crash_keys
} // namespace chromecast