// Copyright 2019 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. #ifndef DEVICE_VR_OPENXR_OPENXR_DEFS_H_ #define DEVICE_VR_OPENXR_OPENXR_DEFS_H_ namespace device { constexpr char kWin32AppcontainerCompatibleExtensionName[] = "XR_EXT_win32_appcontainer_compatible"; } // namespace device #endif // DEVICE_VR_OPENXR_OPENXR_DEFS_H_