| Index: chromecast/common/chromecast_switches.h
|
| diff --git a/chromecast/common/chromecast_switches.h b/chromecast/common/chromecast_switches.h
|
| index 34b0f762baf29c001b016e7ed5ddebafcb2c37a5..a4b191c0ee9c8d21984ef90b0ada6406cafc3a80 100644
|
| --- a/chromecast/common/chromecast_switches.h
|
| +++ b/chromecast/common/chromecast_switches.h
|
| @@ -19,6 +19,9 @@ extern const char kEnableLocalFileAccesses[];
|
| // Metrics switches
|
| extern const char kOverrideMetricsUploadUrl[];
|
|
|
| +// Network switches
|
| +extern const char kNoWifi[];
|
| +
|
| } // namespace switches
|
|
|
| #endif // CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_
|
|
|