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

Unified Diff: content/browser/content_browser_client.h

Issue 7537025: Add new Content settings type AUTO-SUBMIT-CERTIFICATE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 4 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: content/browser/content_browser_client.h
diff --git a/content/browser/content_browser_client.h b/content/browser/content_browser_client.h
index fd5f4aac9a0294e8c36e036e00194653aa558fbd..071e9f9b33c71d7f5f398a03c9fb17267bf68498 100644
--- a/content/browser/content_browser_client.h
+++ b/content/browser/content_browser_client.h
@@ -174,7 +174,7 @@ class ContentBrowserClient {
// made a selection, the dialog will report back to |delegate|. |delegate| is
// notified when the dialog closes in call cases; if the user cancels the
// dialog, we call with a NULL certificate.
wtc 2011/08/11 18:33:55 Please update this comment -- it still mentions "d
markusheintz_ 2011/08/15 19:09:04 Done.
- virtual void ShowClientCertificateRequestDialog(
+ virtual void SelectClientCertificate(
int render_process_id,
int render_view_id,
SSLClientAuthHandler* handler) = 0;

Powered by Google App Engine
This is Rietveld 408576698