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

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: Added comment about |password| field. 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
Index: components/wifi/wifi_service.h
diff --git a/components/wifi/wifi_service.h b/components/wifi/wifi_service.h
index 9fc8411a4c6f93591861c83f13649d113af89e6a..a1b4bf1c3dae6c7d516de10fe11d16d67a3c2854 100644
--- a/components/wifi/wifi_service.h
+++ b/components/wifi/wifi_service.h
@@ -130,6 +130,10 @@ class WIFI_EXPORT WiFiService {
std::string bssid;
std::string type;
std::string security;
+ // |password| field is used to pass wifi password for network creation via
+ // |CreateNetwork| or connection via |StartConnect|. It does not persist
+ // once operation is completed.
+ std::string password;
// WiFi Signal Strength. 0..100
uint32 signal_strength;
bool auto_connect;

Powered by Google App Engine
This is Rietveld 408576698