| Index: ash/common/system/chromeos/network/network_info.h
|
| diff --git a/ash/common/system/chromeos/network/network_info.h b/ash/common/system/chromeos/network/network_info.h
|
| index 58e1f33fe2cab6be219f1f19da1dd138532ad278..d545a22cb1b6ff6716305aa95861205fa839e6a0 100644
|
| --- a/ash/common/system/chromeos/network/network_info.h
|
| +++ b/ash/common/system/chromeos/network/network_info.h
|
| @@ -18,6 +18,7 @@ namespace ash {
|
|
|
| // Includes information necessary about a network for displaying the appropriate
|
| // UI to the user.
|
| +// TODO(tdanderson): Remove the |highlight| member. See crbug.com/708190.
|
| struct NetworkInfo {
|
| enum class Type { UNKNOWN, WIFI, TETHER, CELLULAR };
|
|
|
|
|