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

Unified Diff: ash/system/network/network_icon.cc

Issue 2869243002: Changed default image in NetworkIconImpl to null image. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/network/network_icon.cc
diff --git a/ash/system/network/network_icon.cc b/ash/system/network/network_icon.cc
index fbccbbfecae3ed83e3557299be579402c6d14761..1174c006d687a4ae97b67238cf40d959791da5e5 100644
--- a/ash/system/network/network_icon.cc
+++ b/ash/system/network/network_icon.cc
@@ -616,8 +616,7 @@ NetworkIconImpl::NetworkIconImpl(const std::string& path,
icon_type_(icon_type),
strength_index_(-1),
behind_captive_portal_(false) {
- // Default image
- image_ = GetBasicImage(false, icon_type, network_type);
+ // Default image is null.
stevenjb 2017/05/10 17:02:57 This is probably fine. Make sure to test both the
}
void NetworkIconImpl::Update(const NetworkState* network) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698