| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index d6e7139fa7a64a8c6294010f0195e655351cab08..cb413a97de17b2e69c2d6c6f0760bb4155aafd12 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -111,7 +111,7 @@ class CONTENT_EXPORT WebContentsDelegate {
|
|
|
| // Called to inform the delegate that the WebContent's visible SSL state (as
|
| // defined by SSLStatus) changed.
|
| - virtual void VisibleSSLStateChanged(const WebContents* source) {}
|
| + virtual void VisibleSSLStateChanged(WebContents* source) {}
|
|
|
| // Creates a new tab with the already-created WebContents 'new_contents'.
|
| // The window for the added contents should be reparented correctly when this
|
|
|