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

Unified Diff: chrome/browser/sync/notifier/invalidation_notifier_unittest.cc

Issue 7919026: Fix InvalidationNotifierTest leak and suppressions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | tools/heapcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/notifier/invalidation_notifier_unittest.cc
diff --git a/chrome/browser/sync/notifier/invalidation_notifier_unittest.cc b/chrome/browser/sync/notifier/invalidation_notifier_unittest.cc
index bcd724c85158ea902126be9daf2d96fc7cbb5b60..f9c6354d23a948d8e934cb30fab664021221bd8a 100644
--- a/chrome/browser/sync/notifier/invalidation_notifier_unittest.cc
+++ b/chrome/browser/sync/notifier/invalidation_notifier_unittest.cc
@@ -43,6 +43,7 @@ class InvalidationNotifierTest : public testing::Test {
virtual void TearDown() {
invalidation_notifier_->RemoveObserver(&mock_observer_);
invalidation_notifier_.reset();
+ message_loop_.RunAllPending();
}
MessageLoop message_loop_;
« no previous file with comments | « no previous file | tools/heapcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698