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

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

Issue 1207313003: Allow cert-popup for WebView guests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated to use WebContentsModalDialogManager. Created 5 years, 5 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/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);
davidben 2015/07/07 16:41:23 Mind adding a TODO, so we remember to get rid of i
wjmaclean 2015/07/07 17:17:43 Done.
+
class CertificateTableModel;
// |web_contents| must not be null.

Powered by Google App Engine
This is Rietveld 408576698