switches.cc 606 B

12345678910111213141516
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/cast_certificate/switches.h"
  5. namespace cast_certificate {
  6. namespace switches {
  7. // When enabled by build flags, passing this argument allows the Cast
  8. // authentication utils to use a custom root developer certificate in the trust
  9. // store instead of the root Google-signed cert.
  10. const char kCastDeveloperCertificatePath[] = "cast-developer-certificate-path";
  11. } // namespace switches
  12. } // namespace cast_certificate