chromium/components/media_router/common/providers/cast/certificate/switches.h

// 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.

#ifndef COMPONENTS_MEDIA_ROUTER_COMMON_PROVIDERS_CAST_CERTIFICATE_SWITCHES_H_
#define COMPONENTS_MEDIA_ROUTER_COMMON_PROVIDERS_CAST_CERTIFICATE_SWITCHES_H_

namespace cast_certificate {
namespace switches {

extern const char kCastDeveloperCertificatePath[];
extern const char kCastLogDeviceCertChain[];

}  // namespace switches
}  // namespace cast_certificate

#endif  // COMPONENTS_MEDIA_ROUTER_COMMON_PROVIDERS_CAST_CERTIFICATE_SWITCHES_H_