summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl/ssl_policy_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ssl/ssl_policy_backend.h')
-rw-r--r--chrome/browser/ssl/ssl_policy_backend.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/browser/ssl/ssl_policy_backend.h b/chrome/browser/ssl/ssl_policy_backend.h
index b0af806..f8a829c 100644
--- a/chrome/browser/ssl/ssl_policy_backend.h
+++ b/chrome/browser/ssl/ssl_policy_backend.h
@@ -71,6 +71,12 @@ class SSLPolicyBackend {
// Reloads the tab.
void Reload();
+ // Shows the pending messages (in info-bars) if any.
+ void ShowPendingMessages();
+
+ // Clears any pending messages.
+ void ClearPendingMessages();
+
private:
// SSLMessageInfo contains the information necessary for displaying a message
// in an info-bar.
@@ -99,12 +105,6 @@ class SSLPolicyBackend {
// Dispatch NotificationType::SSL_INTERNAL_STATE_CHANGED notification.
void DispatchSSLInternalStateChanged();
- // Shows the pending messages (in info-bars) if any.
- void ShowPendingMessages();
-
- // Clears any pending messages.
- void ClearPendingMessages();
-
// The NavigationController that owns this SSLManager. We are responsible
// for the security UI of this tab.
NavigationController* controller_;