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

Unified Diff: chrome/browser/ui/webui/net_internals/net_internals_ui.cc

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/ui/webui/net_internals/net_internals_ui.cc
diff --git a/chrome/browser/ui/webui/net_internals/net_internals_ui.cc b/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
index d018840219b16d866a9c08ef4b8a8d4a8da8e27f..cea98246902797b388c9d2669faa74b93658f46f 100644
--- a/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
+++ b/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
@@ -1519,7 +1519,7 @@ void NetInternalsMessageHandler::OnImportONCFile(const ListValue* list) {
chromeos::CrosLibrary::Get()->GetNetworkLibrary();
if (!cros_network->LoadOncNetworks(onc_blob, passcode,
chromeos::onc::ONC_SOURCE_USER_IMPORT,
- false)) { // allow web trust from policy
+ NULL)) {
error = "Errors occurred during the ONC import.";
LOG(ERROR) << error;
}

Powered by Google App Engine
This is Rietveld 408576698