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

Unified Diff: chrome/browser/ssl/chrome_security_state_model_client.h

Issue 2400673003: Remove SSLStatus::security_style member and content::SecurityStyle (Closed)
Patch Set: Created 4 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/ssl/chrome_security_state_model_client.h
diff --git a/chrome/browser/ssl/chrome_security_state_model_client.h b/chrome/browser/ssl/chrome_security_state_model_client.h
index d5560d1409cc08faa3f6e7abe977c2380c79ba60..0f5a3fb86b43b26a023d94638e9fb7ba11ed9cc7 100644
--- a/chrome/browser/ssl/chrome_security_state_model_client.h
+++ b/chrome/browser/ssl/chrome_security_state_model_client.h
@@ -40,7 +40,6 @@ class ChromeSecurityStateModelClient
// SecurityStateModelClient:
void GetVisibleSecurityState(
security_state::SecurityStateModel::VisibleSecurityState* state) override;
- bool RetrieveCert(scoped_refptr<net::X509Certificate>* cert) override;
estark 2016/10/06 22:00:17 This was a mostly unrelated cleanup that I did whi
felt 2016/10/07 03:30:48 🙌
bool UsedPolicyInstalledCertificate() override;
bool IsOriginSecure(const GURL& url) override;

Powered by Google App Engine
This is Rietveld 408576698