| Index: chrome/browser/chromeos/cros/native_network_parser.cc
|
| diff --git a/chrome/browser/chromeos/cros/native_network_parser.cc b/chrome/browser/chromeos/cros/native_network_parser.cc
|
| index 79740c42f70c8103b9593cd3b621e2c12ff0d8ed..aa5f5a824dcb109416cb0405983fea67cd6aa54f 100644
|
| --- a/chrome/browser/chromeos/cros/native_network_parser.cc
|
| +++ b/chrome/browser/chromeos/cros/native_network_parser.cc
|
| @@ -550,7 +550,7 @@ bool NativeNetworkDeviceParser::ParseSimLockStateFromDictionary(
|
| bool* out_enabled) {
|
| std::string state_string;
|
| // Since RetriesLeft is sent as a uint32, which may overflow int32 range, from
|
| - // Flimflam, it may be stored as an integer or a double in DictionaryValue.
|
| + // Shill, it may be stored as an integer or a double in DictionaryValue.
|
| const base::Value* retries_value = NULL;
|
| if (!info.GetString(flimflam::kSIMLockTypeProperty, &state_string) ||
|
| !info.GetBoolean(flimflam::kSIMLockEnabledProperty, out_enabled) ||
|
|
|