// Copyright 2020 The Chromium Authors | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#include "services/device/public/cpp/hid/hid_switches.h" | |
namespace switches { | |
// Disable the HID blocklist. | |
const char kDisableHidBlocklist[] = "disable-hid-blocklist"; | |
} // namespace switches |