summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ssl/ssl_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ssl/ssl_manager.cc')
-rw-r--r--chrome/browser/ssl/ssl_manager.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ssl/ssl_manager.cc b/chrome/browser/ssl/ssl_manager.cc
index d384415..61c10ba 100644
--- a/chrome/browser/ssl/ssl_manager.cc
+++ b/chrome/browser/ssl/ssl_manager.cc
@@ -531,9 +531,6 @@ void SSLManager::OnMixedContent(MixedContentHandler* handler) {
void SSLManager::Observe(NotificationType type,
const NotificationSource& source,
const NotificationDetails& details) {
- // We should only be getting notifications from our controller.
- DCHECK(source == Source<NavigationController>(controller_));
-
// Dispatch by type.
switch (type.value) {
case NotificationType::NAV_ENTRY_COMMITTED: