blob: b38e0b45e1f62161e7b7f8acce4eb216de9bbe0b [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_CAST_STREAMING_BROWSER_CAST_STREAMING_SWITCHES_H_
#define COMPONENTS_CAST_STREAMING_BROWSER_CAST_STREAMING_SWITCHES_H_
namespace switches {
// If set, allows to use a specific UDP port for Cast Streaming sessions on the
// receiver side. Otherwise the Cast Streaming receiver is using a random
// system port.
inline constexpr char kCastStreamingReceiverPort[] =
"cast-streaming-receiver-port";
} // namespace switches
#endif // COMPONENTS_CAST_STREAMING_BROWSER_CAST_STREAMING_SWITCHES_H_