Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(728)

Unified Diff: ash/common/system/chromeos/network/network_info.h

Issue 2517953006: [ash-md] Adds Wi-Fi network status indicators in system menu (Closed)
Patch Set: [ash-md] Adds Wi-Fi network status indicators in system menu Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/common/system/chromeos/network/network_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « no previous file | ash/common/system/chromeos/network/network_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698