blob: d50b1d88b64802412952069b5a9c4c28fda910a7 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromecast/net/net_switches.h"
namespace switches {
// Url for network connectivity checking. Default is
// "https://clients3.google.com/generate_204".
const char kConnectivityCheckUrl[] = "connectivity-check-url";
// List of network interfaces to ignore. Ignored interfaces will not be used
// for network connectivity.
const char kNetifsToIgnore[] = "netifs-to-ignore";
} // namespace switches