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

Unified Diff: content/public/browser/notification_types.h

Issue 9384014: Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback is given to the embed... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments+sync Created 8 years, 10 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
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/shell/shell_content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/notification_types.h
===================================================================
--- content/public/browser/notification_types.h (revision 121706)
+++ content/public/browser/notification_types.h (working copy)
@@ -153,13 +153,6 @@
// controller associated with the state change.
NOTIFICATION_SSL_INTERNAL_STATE_CHANGED,
- // The user accepted or dismissed a SSL client authentication request.
- // The source is a Source<SSLClientAuthHandler>. Details is a
- // SSLClientAuthNotificationDetails which records specifies which
- // SSLCertRequestInfo the request was for and which X509Certificate was
- // selected (if any).
- NOTIFICATION_SSL_CLIENT_AUTH_CERT_SELECTED,
-
#if defined(OS_MACOSX)
// This message is sent when the application is made active (Mac OS X only
// at present). No source or details are passed.
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/shell/shell_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698