summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorjschuh@google.com <jschuh@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-19 00:56:03 +0000
committerjschuh@google.com <jschuh@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-19 00:56:03 +0000
commit99844692ee805d18d5ee7fd9c62f14d2dffa2e06 (patch)
tree55b9f2f1b1c6124fcea8444245732abec02b3641 /chrome
parent375aaee8262cc6a6502447f59668aa91d05274fb (diff)
downloadchromium_src-99844692ee805d18d5ee7fd9c62f14d2dffa2e06.zip
chromium_src-99844692ee805d18d5ee7fd9c62f14d2dffa2e06.tar.gz
chromium_src-99844692ee805d18d5ee7fd9c62f14d2dffa2e06.tar.bz2
Removing unnecessary DCHECK from SafeBrowsing interstitial.
BUG=30079 TEST=None. Review URL: http://codereview.chromium.org/1131003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42049 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/tab_contents/interstitial_page.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/interstitial_page.cc b/chrome/browser/tab_contents/interstitial_page.cc
index 2be9448..641edd6 100644
--- a/chrome/browser/tab_contents/interstitial_page.cc
+++ b/chrome/browser/tab_contents/interstitial_page.cc
@@ -267,7 +267,6 @@ void InterstitialPage::Observe(NotificationType type,
// request won't be blocked if the same RenderViewHost was used for the
// new navigation.
Disable();
- DCHECK(!resource_dispatcher_host_notified_);
TakeActionOnResourceDispatcher(CANCEL);
break;
case NotificationType::RENDER_WIDGET_HOST_DESTROYED: