// 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"; } // namespace switches