| Index: chrome/browser/ui/views/certificate_selector.h
|
| diff --git a/chrome/browser/ui/views/certificate_selector.h b/chrome/browser/ui/views/certificate_selector.h
|
| index 0f4d246d59ff58922a033448177a82a004102eea..ff8c6bbdf809ab8df965a54ccf2dfe54127fd597 100644
|
| --- a/chrome/browser/ui/views/certificate_selector.h
|
| +++ b/chrome/browser/ui/views/certificate_selector.h
|
| @@ -34,6 +34,9 @@ class CertificateSelector : public views::DialogDelegateView,
|
| public views::ButtonListener,
|
| public views::TableViewObserver {
|
| public:
|
| + // Indicates if the dialog can be successfully shown.
|
| + static bool CanShow(content::WebContents* web_contents);
|
| +
|
| class CertificateTableModel;
|
|
|
| // |web_contents| must not be null.
|
|
|