Index: content/browser/ssl/ssl_manager.h |
=================================================================== |
--- content/browser/ssl/ssl_manager.h (revision 95567) |
+++ content/browser/ssl/ssl_manager.h (working copy) |
@@ -52,7 +52,7 @@ |
// Called when SSL state for a host or tab changes. Broadcasts the |
// SSL_INTERNAL_STATE_CHANGED notification. |
- static void NotifySSLInternalStateChanged(); |
+ static void NotifySSLInternalStateChanged(NavigationController* controller); |
// Convenience methods for serializing/deserializing the security info. |
static std::string SerializeSecurityInfo(int cert_id, |