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

Unified Diff: chrome/browser/chromeos/cros/network_library_impl_base.h

Issue 16946002: Resolve certificate references in ONC by PEM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed automation part. Created 7 years, 6 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: chrome/browser/chromeos/cros/network_library_impl_base.h
diff --git a/chrome/browser/chromeos/cros/network_library_impl_base.h b/chrome/browser/chromeos/cros/network_library_impl_base.h
index 999c001bce678f4d668e17cce3247e1d47e53ca9..dc61acb07a94adf88906192562327dde01d5cef1 100644
--- a/chrome/browser/chromeos/cros/network_library_impl_base.h
+++ b/chrome/browser/chromeos/cros/network_library_impl_base.h
@@ -223,8 +223,11 @@ class NetworkLibraryImplBase : public NetworkLibrary {
// virtual GetIPConfigs implemented in derived classes.
// virtual SetIPConfig implemented in derived classes.
virtual void SwitchToPreferredNetwork() OVERRIDE;
- virtual void LoadOncNetworks(const base::ListValue& network_configs,
- onc::ONCSource source) OVERRIDE;
+ virtual void LoadOncNetworks(
+ const base::ListValue& network_configs,
+ onc::ONCSource source,
+ const base::Callback<std::string(const std::string&)>&
+ fingerprint_to_pem) OVERRIDE;
virtual bool SetActiveNetwork(ConnectionType type,
const std::string& service_path) OVERRIDE;
@@ -263,7 +266,7 @@ class NetworkLibraryImplBase : public NetworkLibrary {
std::string otp;
std::string group_name;
std::string server_hostname;
- std::string server_ca_cert_nss_nickname;
+ std::string server_ca_cert_fingerprint;
std::string client_cert_pkcs11_id;
EAPMethod eap_method;
EAPPhase2Auth eap_auth;

Powered by Google App Engine
This is Rietveld 408576698