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

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

Issue 13532005: Added a PolicyCertVerifier that uses the trust anchors from the ONC policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: skip tests when NSS version is too old Created 7 years, 9 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 4708d32fecf3b3b8f656626c71d4cc0c01090d33..64fcd86022d3aedc4599ca4ecc5cfe9601fa4191 100644
--- a/chrome/browser/chromeos/cros/network_library_impl_base.h
+++ b/chrome/browser/chromeos/cros/network_library_impl_base.h
@@ -234,10 +234,11 @@ class NetworkLibraryImplBase : public NetworkLibrary {
// virtual GetIPConfigs implemented in derived classes.
// virtual SetIPConfig implemented in derived classes.
virtual void SwitchToPreferredNetwork() OVERRIDE;
- virtual bool LoadOncNetworks(const std::string& onc_blob,
- const std::string& passphrase,
- onc::ONCSource source,
- bool allow_web_trust_from_policy) OVERRIDE;
+ virtual bool LoadOncNetworks(
+ const std::string& onc_blob,
+ const std::string& passphrase,
+ onc::ONCSource source,
+ net::CertificateList* onc_trusted_certificates) OVERRIDE;
virtual bool SetActiveNetwork(ConnectionType type,
const std::string& service_path) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698