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

Unified Diff: components/wifi/wifi_service.h

Issue 105153002: Implement Networking Private API CreateNetwork function on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix lint errors. Created 7 years 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 | « components/wifi/DEPS ('k') | components/wifi/wifi_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi/wifi_service.h
diff --git a/components/wifi/wifi_service.h b/components/wifi/wifi_service.h
index 9fc8411a4c6f93591861c83f13649d113af89e6a..f99fff1c4848afe71d9c2513a1ebf4378791e8af 100644
--- a/components/wifi/wifi_service.h
+++ b/components/wifi/wifi_service.h
@@ -130,6 +130,7 @@ class WIFI_EXPORT WiFiService {
std::string bssid;
std::string type;
std::string security;
+ std::string password;
stevenjb 2013/12/06 23:45:32 We should avoid storing wifi passwords (even in me
stevenjb 2013/12/09 18:06:34 If this is only used when configuring a network an
mef 2013/12/09 18:54:51 Done.
// WiFi Signal Strength. 0..100
uint32 signal_strength;
bool auto_connect;
« no previous file with comments | « components/wifi/DEPS ('k') | components/wifi/wifi_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698