Index: chromecast/common/chromecast_switches.cc |
diff --git a/chromecast/common/chromecast_switches.cc b/chromecast/common/chromecast_switches.cc |
index d66d2ffca8bfecd39f1d0cc169fc3336d5e30f64..cb58d05774a5dfc67dd4abed0e1842a5d7d85e58 100644 |
--- a/chromecast/common/chromecast_switches.cc |
+++ b/chromecast/common/chromecast_switches.cc |
@@ -17,4 +17,7 @@ const char kEnableLocalFileAccesses[] = "enable-local-file-accesses"; |
// Override the URL to which metrics logs are sent for debugging. |
const char kOverrideMetricsUploadUrl[] = "override-metrics-upload-url"; |
+// Disable features that require WiFi management. |
+const char kNoWifi[] = "no-wifi"; |
+ |
} // namespace switches |