net_switches.cc 577 B

1234567891011121314151617
  1. // Copyright 2015 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 "chromecast/net/net_switches.h"
  5. namespace switches {
  6. // Url for network connectivity checking. Default is
  7. // "https://clients3.google.com/generate_204".
  8. const char kConnectivityCheckUrl[] = "connectivity-check-url";
  9. // List of network interfaces to ignore. Ignored interfaces will not be used
  10. // for network connectivity.
  11. const char kNetifsToIgnore[] = "netifs-to-ignore";
  12. } // namespace switches