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

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

Issue 2698473007: Convert path usage in NetworkListViewBase subclasses to use guids. (Closed)
Patch Set: Tweak NetworkPortalNotificationControllerTest to create GUIDs for new NetworkStates. Created 3 years, 10 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: 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 95f0651623902e5c9e2e241de46c8d3fb811e656..758ac8572531bb70e98bf30b2e36f322eaa585a1 100644
--- a/ash/common/system/chromeos/network/network_info.h
+++ b/ash/common/system/chromeos/network/network_info.h
@@ -22,10 +22,10 @@ struct NetworkInfo {
enum class Type { UNKNOWN, WIFI, CELLULAR };
NetworkInfo();
- NetworkInfo(const std::string& path);
+ NetworkInfo(const std::string& guid);
~NetworkInfo();
- std::string service_path;
+ std::string guid;
base::string16 label;
base::string16 tooltip;
gfx::ImageSkia image;
« no previous file with comments | « ash/common/system/chromeos/network/network_icon.h ('k') | ash/common/system/chromeos/network/network_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698