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

Unified Diff: chrome/browser/ui/webui/options/certificate_manager_handler.h

Issue 18121007: *WIP* Store NSS slots per profile. Move keygen to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: certdb: handle GetCertTrust and IsUntrusted, failed attempt to handle SetCertTrust 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/options/certificate_manager_handler.h
diff --git a/chrome/browser/ui/webui/options/certificate_manager_handler.h b/chrome/browser/ui/webui/options/certificate_manager_handler.h
index 47e42011d1f1a6d49a2710c3c2c0d5e32c6af0b4..d805a5850a10180406f0c28241b6348ac06ca828 100644
--- a/chrome/browser/ui/webui/options/certificate_manager_handler.h
+++ b/chrome/browser/ui/webui/options/certificate_manager_handler.h
@@ -40,6 +40,7 @@ class CertificateManagerHandler
virtual void RegisterMessages() OVERRIDE;
// CertificateManagerModel::Observer implementation.
+ virtual void CertificateManagerModelReady() OVERRIDE;
virtual void CertificatesRefreshed() OVERRIDE;
// SelectFileDialog::Listener implementation.

Powered by Google App Engine
This is Rietveld 408576698