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

Unified Diff: chrome/browser/extensions/settings/settings_frontend_unittest.cc

Issue 10784035: Refactored SettingsFrontend and forwarding of calls to the backends. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win build, fix (some) of the leaks during tests, added comments Created 8 years, 5 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
Index: chrome/browser/extensions/settings/settings_frontend_unittest.cc
diff --git a/chrome/browser/extensions/settings/settings_frontend_unittest.cc b/chrome/browser/extensions/settings/settings_frontend_unittest.cc
index 05b404f9e1eec888aa738b01ed4c508aab41ab08..abd01154f53d848d468940a4cad7883b0dbfe8dd 100644
--- a/chrome/browser/extensions/settings/settings_frontend_unittest.cc
+++ b/chrome/browser/extensions/settings/settings_frontend_unittest.cc
@@ -80,6 +80,8 @@ class ExtensionSettingsFrontendTest : public testing::Test {
virtual void TearDown() OVERRIDE {
frontend_.reset();
profile_.reset();
+ // Execute any pending deletion tasks.
+ message_loop_.RunAllPending();
}
protected:

Powered by Google App Engine
This is Rietveld 408576698