summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl/ssl_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ssl/ssl_manager.h')
-rw-r--r--chrome/browser/ssl/ssl_manager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/ssl/ssl_manager.h b/chrome/browser/ssl/ssl_manager.h
index d5c4e13..4021f53 100644
--- a/chrome/browser/ssl/ssl_manager.h
+++ b/chrome/browser/ssl/ssl_manager.h
@@ -209,12 +209,6 @@ class SSLManager : public NotificationObserver {
// Update the NavigationEntry with our current state.
void UpdateEntry(NavigationEntry* entry);
- // Shows the pending messages (in info-bars) if any.
- void ShowPendingMessages();
-
- // Clears any pending messages.
- void ClearPendingMessages();
-
// Our delegate. The delegate is responsible for making policy decisions.
// Must not be NULL.
Delegate* delegate_;