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

Unified Diff: ui/chromeos/network/network_info.h

Issue 2342793005: [ash-md] Adds Wi-Fi header row to system tray network detailed view (Closed)
Patch Set: [ash-md] Materializes system tray network detailed view Created 4 years, 3 months 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
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;
};
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698