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

Unified Diff: components/certificate_reporting/error_report_unittest.cc

Issue 2653443002: Update NetworkTimeQueries field trial config (Closed)
Patch Set: meacer suggestion: configure finch via command line Created 3 years, 11 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: components/certificate_reporting/error_report_unittest.cc
diff --git a/components/certificate_reporting/error_report_unittest.cc b/components/certificate_reporting/error_report_unittest.cc
index 9f68364b5710a6041ff62547eb95b58956b2545e..de6c3861ff109f107e321ecb9640f280c6b5fa0d 100644
--- a/components/certificate_reporting/error_report_unittest.cc
+++ b/components/certificate_reporting/error_report_unittest.cc
@@ -199,7 +199,7 @@ TEST(ErrorReportTest, FeatureInfo) {
EXPECT_TRUE(io_thread.StartWithOptions(thread_options));
std::unique_ptr<network_time::FieldTrialTest> field_trial_test(
- network_time::FieldTrialTest::CreateForUnitTest());
+ new network_time::FieldTrialTest());
field_trial_test->SetNetworkQueriesWithVariationsService(
true, 0.0, network_time::NetworkTimeTracker::FETCHES_ON_DEMAND_ONLY);

Powered by Google App Engine
This is Rietveld 408576698