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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc

Issue 1086733002: Ensure tests have an active task runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 8 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/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc
index 9d0d21343b5b0c9d7d3614cefc3819e480a0ee5c..c9de4084b69156078e759fa7b7604520d3da12b7 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc
@@ -48,6 +48,7 @@ class DataReductionProxyChromeSettingsTest : public testing::Test {
registry->RegisterDictionaryPref(prefs::kProxy);
}
+ base::MessageLoopForIO message_loop_;
scoped_ptr<DataReductionProxyChromeSettings> drp_chrome_settings_;
scoped_ptr<base::DictionaryValue> dict_;
scoped_ptr<data_reduction_proxy::DataReductionProxyTestContext> test_context_;

Powered by Google App Engine
This is Rietveld 408576698