Chromium Code Reviews| 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 54eeafe7f497b2f862fe70183c4be7f653da77c3..95f0651623902e5c9e2e241de46c8d3fb811e656 100644 |
| --- a/ash/common/system/chromeos/network/network_info.h |
| +++ b/ash/common/system/chromeos/network/network_info.h |
| @@ -31,6 +31,8 @@ struct NetworkInfo { |
| gfx::ImageSkia image; |
| bool disable; |
| bool highlight; |
| + bool connected; |
| + bool connecting; |
| Type type; |
| }; |