Index: ui/chromeos/network/network_info.h |
diff --git a/ui/chromeos/network/network_info.h b/ui/chromeos/network/network_info.h |
index 6ffe87d0bb3452ca6f00cafa9c06fb4d20dc199e..6d6d3e0e1d2f2e36e637292f9054c713e7209c13 100644 |
--- a/ui/chromeos/network/network_info.h |
+++ b/ui/chromeos/network/network_info.h |
@@ -30,6 +30,7 @@ struct UI_CHROMEOS_EXPORT NetworkInfo { |
gfx::ImageSkia image; |
bool disable; |
bool highlight; |
+ bool wifi; |
Evan Stade
2016/09/23 01:22:34
can we call this is_wifi?
varkha
2016/09/23 04:50:35
Done.
|
}; |
} // namespace ui |