| Index: content/browser/ssl/ssl_manager.cc
|
| diff --git a/content/browser/ssl/ssl_manager.cc b/content/browser/ssl/ssl_manager.cc
|
| index e4c71e3dc4e0f8b2c520afe4cb9d9979d51140d9..bfb20cc99c0c7731e7e44ffc4281e1775286b660 100644
|
| --- a/content/browser/ssl/ssl_manager.cc
|
| +++ b/content/browser/ssl/ssl_manager.cc
|
| @@ -127,11 +127,7 @@ void SSLManager::DidCommitProvisionalLoad(const LoadCommittedDetails& details) {
|
| NotifyDidChangeVisibleSSLState();
|
| }
|
|
|
| -void SSLManager::DidDisplayInsecureContent() {
|
| - UpdateEntry(controller_->GetLastCommittedEntry());
|
| -}
|
| -
|
| -void SSLManager::DidRunInsecureContent(const std::string& security_origin) {
|
| +void SSLManager::DidRunInsecureContent(const GURL& security_origin) {
|
| NavigationEntryImpl* navigation_entry = controller_->GetLastCommittedEntry();
|
| policy()->DidRunInsecureContent(navigation_entry, security_origin);
|
| UpdateEntry(navigation_entry);
|
|
|