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

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

Issue 18121007: *WIP* Store NSS slots per profile. Move keygen to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cert manager basics working Created 7 years, 2 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 cee252a6538be274936eeabe6bcf2ce3c2a6684c..5d16640e32a793dc84376caee88c5d6586ddcdeb 100644
--- a/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
+++ b/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
@@ -1563,6 +1563,7 @@ void NetInternalsMessageHandler::OnImportONCFile(const ListValue* list) {
error = "Errors occurred during the ONC parsing. ";
}
+ // XXX
chromeos::onc::CertificateImporterImpl cert_importer;
if (!cert_importer.ImportCertificates(certificates, onc_source, NULL))
error += "Some certificates couldn't be imported. ";
« no previous file with comments | « chrome/browser/resources/options/certificate_manager.js ('k') | chrome/browser/ui/webui/options/certificate_manager_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698