Index: chrome/browser/chrome_quota_permission_context.cc |
diff --git a/chrome/browser/chrome_quota_permission_context.cc b/chrome/browser/chrome_quota_permission_context.cc |
index 93efece51acd674a685495c8a07062467121b147..d0ec8bc7990a48f8f59d56376d10d1dd169bca4b 100644 |
--- a/chrome/browser/chrome_quota_permission_context.cc |
+++ b/chrome/browser/chrome_quota_permission_context.cc |
@@ -48,10 +48,7 @@ class RequestQuotaInfoBarDelegate : public ConfirmInfoBarDelegate { |
callback_(callback) {} |
private: |
- virtual ~RequestQuotaInfoBarDelegate() { |
- // Make sure we've dispatched the callback. |
- DCHECK(!callback_.get()); |
michaeln
2011/08/15 17:51:05
The fact that we're tripping on this DCHECK indica
|
- } |
+ virtual ~RequestQuotaInfoBarDelegate() {} |
virtual bool ShouldExpire( |
const content::LoadCommittedDetails& details) |