Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: content/browser/dom_storage/dom_storage_message_filter.cc

Issue 11744022: Temporarilty turn off a DCHECK that's getting hit on ungraceful test harness shutdown. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/dom_storage/dom_storage_message_filter.cc
===================================================================
--- content/browser/dom_storage/dom_storage_message_filter.cc (revision 174994)
+++ content/browser/dom_storage/dom_storage_message_filter.cc (working copy)
@@ -40,7 +40,9 @@
}
void DOMStorageMessageFilter::UninitializeInSequence() {
- DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::IO));
+ // TODO(michaeln): Restore this DCHECK once crbug/166470 and crbug/164403
+ // are resolved.
+ // DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::IO));
context_->RemoveEventObserver(this);
host_.reset();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698