| Index: chromeos/components/tether/pref_names.h
|
| diff --git a/chromeos/components/tether/pref_names.h b/chromeos/components/tether/pref_names.h
|
| index 7f5b92370efecd021be33fbbb51feec4a6d00912..0fb9cd05b384ec4560a024e20191901c2b3d5866 100644
|
| --- a/chromeos/components/tether/pref_names.h
|
| +++ b/chromeos/components/tether/pref_names.h
|
| @@ -22,6 +22,18 @@ extern const char kMostRecentTetherAvailablilityResponderIds[];
|
| // a response code indicating that its hotspot has started up successfully.
|
| extern const char kMostRecentConnectTetheringResponderId[];
|
|
|
| +// The status of the active host. The value stored for this key is the integer
|
| +// version of an ActiveHost::ActiveHostStatus enumeration value.
|
| +extern const char kActiveHostStatus[];
|
| +
|
| +// The device ID of the active host. If there is no active host, the value at
|
| +// this key is "".
|
| +extern const char kActiveHostDeviceId[];
|
| +
|
| +// The network SSID of the active host. If there is no active host, the value at
|
| +// this key is "".
|
| +extern const char kTetherNetworkSsid[];
|
| +
|
| } // namespace prefs
|
|
|
| } // namespace tether
|
|
|