Chromium Code Reviews

Unified Diff: ceee/ie/common/metrics_util_unittest.cc

Issue 5258006: Restart of ceee_broker on crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ceee/ie/common/metrics_util_unittest.cc
===================================================================
--- ceee/ie/common/metrics_util_unittest.cc (revision 67799)
+++ ceee/ie/common/metrics_util_unittest.cc (working copy)
@@ -58,7 +58,7 @@
// Test that timing is right. This should ultimately succeed.
// We expect less than a couple milliseconds on this call.
- testing::MockBrokerRpcClient broker_rpc;
+ testing::MockBrokerRpcClient broker_rpc(false);
EXPECT_CALL(broker_rpc, SendUmaHistogramTimes(_, testing::Lt(10)));
CreateAndDestroyTimer(&broker_rpc);
}

Powered by Google App Engine