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

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

Issue 1589703002: Surface SCT (Signed Certificate Timestamp) counts in the Security panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 13ec6b462bca1c64c19ed9630c3d4817b9cc9576..310540c4a5f14dbbd8a8940a0350595cd2d426fe 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -469,6 +469,11 @@ class Browser : public TabStripModelObserver,
void ShowCertificateViewerInDevTools(
content::WebContents* web_contents,
int cert_id) override;
+ void GetCertificateTransparencySummary(bool is_valid_ev,
+ int num_unknown_scts,
+ int num_invalid_scts,
+ int num_valid_scts,
+ std::string* summary) override;
scoped_ptr<content::BluetoothChooser> RunBluetoothChooser(
content::WebContents* web_contents,
const content::BluetoothChooser::EventHandler& event_handler,

Powered by Google App Engine
This is Rietveld 408576698