Chromium Code Reviews| 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; |