blob: c1e39e423eb6273b4ebf6ad92c827391a5308432 [file] [log] [blame]
// Copyright 2020 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 "ash/public/cpp/ash_constants.h"
namespace ash {
const char kSwitchAccessInternalDevice[] = "internal";
const char kSwitchAccessUsbDevice[] = "usb";
const char kSwitchAccessBluetoothDevice[] = "bluetooth";
const char kSwitchAccessUnknownDevice[] = "unknown";
} // namespace ash