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

Unified Diff: chrome/browser/extensions/extension_service_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/extension_service_unittest.cc
diff --git a/chrome/browser/extensions/extension_service_unittest.cc b/chrome/browser/extensions/extension_service_unittest.cc
index 71e4ba136456334cd512324a24be376efa728aa2..782749068df7527284378c3f73684269e4b30b0e 100644
--- a/chrome/browser/extensions/extension_service_unittest.cc
+++ b/chrome/browser/extensions/extension_service_unittest.cc
@@ -4138,6 +4138,8 @@ TEST(ExtensionServiceTestSimple, Enabledness) {
// Explicitly delete all the resources used in this test.
profile.reset();
service = NULL;
+ // Execute any pending deletion tasks.
+ loop.RunAllPending();
}
// Test loading extensions that require limited and unlimited storage quotas.

Powered by Google App Engine
This is Rietveld 408576698