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

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

Issue 13035003: Added a PolicyCertVerifier that uses the trust anchors from the ONC policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed non-chromeos builds 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..c44ac8cc449b40cf561a89e9ac5695edda64e000 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* web_trust_certificates) OVERRIDE;
virtual bool SetActiveNetwork(ConnectionType type,
const std::string& service_path) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698