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

Unified Diff: chrome/browser/ui/views/platform_keys_certificate_selector_chromeos.h

Issue 2898573002: Refactor client cert private key handling. (Closed)
Patch Set: removed no longer needed forward declaration Created 3 years, 6 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/views/platform_keys_certificate_selector_chromeos.h
diff --git a/chrome/browser/ui/views/platform_keys_certificate_selector_chromeos.h b/chrome/browser/ui/views/platform_keys_certificate_selector_chromeos.h
index c70575abdca56b59d7ada444c78e2713ff883084..d67be6072da989147cb18ac69d3bab77e9848dbc 100644
--- a/chrome/browser/ui/views/platform_keys_certificate_selector_chromeos.h
+++ b/chrome/browser/ui/views/platform_keys_certificate_selector_chromeos.h
@@ -37,7 +37,8 @@ class PlatformKeysCertificateSelector : public chrome::CertificateSelector {
// chrome::CertificateSelector:
bool Cancel() override;
- bool Accept() override;
+ void AcceptCertificate(
+ std::unique_ptr<net::ClientCertIdentity> identity) override;
private:
const std::string extension_name_;

Powered by Google App Engine
This is Rietveld 408576698