summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl/ssl_manager.h
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-26 08:30:59 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-26 08:30:59 +0000
commit09843b5f0930b2f19a55a3b405aeacb48fc90f01 (patch)
tree8ed6ccd597fddd797541111d8e585eeed3a107ba /chrome/browser/ssl/ssl_manager.h
parent3ae92e96ba6e4b5761f2673ec6f28fd916951b70 (diff)
downloadchromium_src-09843b5f0930b2f19a55a3b405aeacb48fc90f01.zip
chromium_src-09843b5f0930b2f19a55a3b405aeacb48fc90f01.tar.gz
chromium_src-09843b5f0930b2f19a55a3b405aeacb48fc90f01.tar.bz2
Update our mixed content state with information from the new mixed content
APIs. This change is purely additive. I'll rip out the old mechanism in the next patch. R=agl Review URL: http://codereview.chromium.org/243012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ssl/ssl_manager.h')
-rw-r--r--chrome/browser/ssl/ssl_manager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/ssl/ssl_manager.h b/chrome/browser/ssl/ssl_manager.h
index b287ea6..4e96ce8 100644
--- a/chrome/browser/ssl/ssl_manager.h
+++ b/chrome/browser/ssl/ssl_manager.h
@@ -77,6 +77,10 @@ class SSLManager : public NotificationObserver {
URLRequest* request,
MessageLoop* ui_loop);
+ // Mixed content entry points.
+ void DidDisplayInsecureContent();
+ void DidRunInsecureContent(const std::string& security_origin);
+
// Entry point for navigation. This function begins the process of updating
// the security UI when the main frame navigates to a new URL.
//