Chromium Code Reviews| Index: chromeos/network/tether_constants.cc |
| diff --git a/chromeos/network/tether_constants.cc b/chromeos/network/tether_constants.cc |
| index 70867b5a178b227582a745be6c847e0c88988e98..72fd96b32a4e44fd63937e324d817ae476db1898 100644 |
| --- a/chromeos/network/tether_constants.cc |
| +++ b/chromeos/network/tether_constants.cc |
| @@ -10,5 +10,7 @@ const char kTypeTether[] = "wifi-tether"; |
| const char kTetherBatteryPercentage[] = "Tether.BatteryPercentage"; |
| const char kTetherCarrier[] = "Tether.Carrier"; |
| const char kTetherSignalStrength[] = "Tether.SignalStrength"; |
|
Ryan Hansberry
2017/04/20 01:38:35
This is my bad for not asking in a previous CL, bu
Kyle Horimoto
2017/04/20 02:16:08
Shill constants are all in the "<UppercaseDeviceSt
Ryan Hansberry
2017/04/20 16:53:54
I was sure you were following a convention, was ju
|
| +const char kTetherDevicePath[] = "tether-device-path"; |
| +const char kTetherDeviceName[] = "tether-name"; |
| } // namespace chromeos |