| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 56add135c3899cd979499b860705aa8b8b8e745a..4b9830d1082549ef625cd960a66ed3194094ce5a 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -465,6 +465,9 @@ class Browser : public TabStripModelObserver,
|
| content::SecurityStyle GetSecurityStyle(
|
| content::WebContents* web_contents,
|
| content::SecurityStyleExplanations* security_style_explanations) override;
|
| + void ShowCertificateViewerInDevTools(
|
| + content::WebContents* web_contents,
|
| + int cert_id) override;
|
|
|
| bool is_type_tabbed() const { return type_ == TYPE_TABBED; }
|
| bool is_type_popup() const { return type_ == TYPE_POPUP; }
|
|
|