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

Unified Diff: chromecast/net/net_switches.h

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/connectivity_checker.cc ('k') | chromecast/net/net_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/net/net_switches.h
diff --git a/components/web_resource/web_resource_switches.cc b/chromecast/net/net_switches.h
similarity index 56%
copy from components/web_resource/web_resource_switches.cc
copy to chromecast/net/net_switches.h
index 8a1f9a772c0997b747f3dadfd6ffdcac8bbc2cff..dda9cac54fcd8ec8e8af35565fac0a3405cf1fc2 100644
--- a/components/web_resource/web_resource_switches.cc
+++ b/chromecast/net/net_switches.h
@@ -2,11 +2,13 @@
// 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"
+#ifndef CHROMECAST_NET_NET_SWITCHES_H_
+#define CHROMECAST_NET_NET_SWITCHES_H_
namespace switches {
-// Specifies a custom URL for fetching NTP promo data.
-const char kPromoServerURL[] = "promo-server-url";
+extern const char kConnectivityCheckUrl[];
} // namespace switches
+
+#endif // CHROMECAST_NET_NET_SWITCHES_H_
« no previous file with comments | « chromecast/net/connectivity_checker.cc ('k') | chromecast/net/net_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698