Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: chromecast/net/net_switches.cc

Issue 925183003: [Chromecast] Add connectivity checking for Chromecast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments in patchset 1 Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/net/net_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/net/net_switches.cc
diff --git a/components/web_resource/web_resource_switches.cc b/chromecast/net/net_switches.cc
similarity index 51%
copy from components/web_resource/web_resource_switches.cc
copy to chromecast/net/net_switches.cc
index 8a1f9a772c0997b747f3dadfd6ffdcac8bbc2cff..87f79b6827b13e0691b333581f785100de60bad9 100644
--- a/components/web_resource/web_resource_switches.cc
+++ b/chromecast/net/net_switches.cc
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/web_resource/web_resource_switches.h"
+#include "chromecast/net/net_switches.h"
namespace switches {
-// Specifies a custom URL for fetching NTP promo data.
-const char kPromoServerURL[] = "promo-server-url";
+// Url for network connectivity checking. Default is
+// "https://clients3.google.com/generate_204".
+const char kConnectivityCheckUrl[] = "connectivity-check-url";
} // namespace switches
« no previous file with comments | « chromecast/net/net_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698