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

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

Issue 2363623002: Remove SecurityStateModel memoization (Closed)
Patch Set: Created 4 years, 3 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 5f47465b9a14e34571a00d77a6e48c0f9c0f5e19..d5560d1409cc08faa3f6e7abe977c2380c79ba60 100644
--- a/chrome/browser/ssl/chrome_security_state_model_client.h
+++ b/chrome/browser/ssl/chrome_security_state_model_client.h
@@ -26,8 +26,8 @@ class ChromeSecurityStateModelClient
public:
~ChromeSecurityStateModelClient() override;
- const security_state::SecurityStateModel::SecurityInfo& GetSecurityInfo()
- const;
+ void GetSecurityInfo(
+ security_state::SecurityStateModel::SecurityInfo* result) const;
// Returns the SecurityStyle that should be applied to a WebContents
// with the given |security_info|. Populates

Powered by Google App Engine
This is Rietveld 408576698