// Copyright 2015 The Chromium Authors. All rights reserved. | |
// 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 |