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

Unified Diff: components/wifi/fake_wifi_service.cc

Issue 156943002: Add method GetKeyFromSystem to WiFiService on Windows and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | components/wifi/wifi_service.h » ('j') | components/wifi/wifi_service_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi/fake_wifi_service.cc
diff --git a/components/wifi/fake_wifi_service.cc b/components/wifi/fake_wifi_service.cc
index 28911d2f7a7c463b5e688d34fc37655d994de7a0..c07ac4be3002c85490707bd4e59c4ba9cf36c7f2 100644
--- a/components/wifi/fake_wifi_service.cc
+++ b/components/wifi/fake_wifi_service.cc
@@ -254,6 +254,13 @@ class FakeWiFiService : public WiFiService {
}
}
+ virtual void GetKeyFromSystem(const std::string& network_guid,
+ bool get_plaintext_key,
+ std::string* key_data,
+ std::string* error) OVERRIDE {
+ *error = "not-found";
+ }
+
virtual void SetEventObservers(
scoped_refptr<base::MessageLoopProxy> message_loop_proxy,
const NetworkGuidListCallback& networks_changed_observer,
« no previous file with comments | « no previous file | components/wifi/wifi_service.h » ('j') | components/wifi/wifi_service_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698