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

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

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/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 b1177fc4efb9cdf2b73ac899c1ea9e466c537fbe..c24e710ff1181f4da29c936df52af210d2953cc7 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