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

Unified Diff: chrome/browser/net/http_server_properties_manager_unittest.cc

Issue 375083002: Break out the IO thread aspects of HttpServerPropertiesManager into a new ChromeHttpServerPropertie… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/net/http_server_properties_manager_unittest.cc
diff --git a/chrome/browser/net/http_server_properties_manager_unittest.cc b/chrome/browser/net/http_server_properties_manager_unittest.cc
index fdaee6c1d48d4c0c4324a446efdb3efdb65cf50c..31a43c014203243958a22dd593962a3f81122f7b 100644
--- a/chrome/browser/net/http_server_properties_manager_unittest.cc
+++ b/chrome/browser/net/http_server_properties_manager_unittest.cc
@@ -37,13 +37,15 @@ class TestingHttpServerPropertiesManager : public HttpServerPropertiesManager {
// Make these methods public for testing.
using HttpServerPropertiesManager::ScheduleUpdateCacheOnUI;
- using HttpServerPropertiesManager::ScheduleUpdatePrefsOnIO;
+ //using HttpServerPropertiesManager::ScheduleUpdatePrefsOnIO;
+ /*
// Post tasks without a delay during tests.
virtual void StartPrefsUpdateTimerOnIO(base::TimeDelta delay) OVERRIDE {
HttpServerPropertiesManager::StartPrefsUpdateTimerOnIO(
base::TimeDelta());
}
+ */
void UpdateCacheFromPrefsOnUIConcrete() {
HttpServerPropertiesManager::UpdateCacheFromPrefsOnUI();
« no previous file with comments | « chrome/browser/net/http_server_properties_manager.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698