Index: content/browser/ssl/ssl_manager.h |
diff --git a/content/browser/ssl/ssl_manager.h b/content/browser/ssl/ssl_manager.h |
index 6961c204e763a9d6e0b4935566ef10b7883cb13a..07e3a577fdbfa206429b2bd17014b056f4338bb2 100644 |
--- a/content/browser/ssl/ssl_manager.h |
+++ b/content/browser/ssl/ssl_manager.h |
@@ -52,7 +52,7 @@ class SSLManager : public NotificationObserver { |
// 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, |