// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/input/switches.h" namespace input::switches { // In debug builds, asserts that the stream of input events is valid. const char kValidateInputEventStream[] = …; } // namespace input::switches