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

Unified Diff: chrome/browser/browsing_data_file_system_helper_unittest.cc

Issue 10764015: Ensure static BrowserContext methods only get called on the UI thread. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix unittests 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
« no previous file with comments | « chrome/browser/browsing_data_file_system_helper.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data_file_system_helper_unittest.cc
===================================================================
--- chrome/browser/browsing_data_file_system_helper_unittest.cc (revision 145676)
+++ chrome/browser/browsing_data_file_system_helper_unittest.cc (working copy)
@@ -70,6 +70,7 @@
io_thread_(BrowserThread::IO, &message_loop_) {
profile_.reset(new TestingProfile());
helper_ = BrowsingDataFileSystemHelper::Create(profile_.get());
+ message_loop_.RunAllPending();
canned_helper_ = new CannedBrowsingDataFileSystemHelper(profile_.get());
}
virtual ~BrowsingDataFileSystemHelperTest() {
« no previous file with comments | « chrome/browser/browsing_data_file_system_helper.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698