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

Unified Diff: base/metrics/stats_table_unittest.cc

Issue 10387218: Make GlobalDescriptors::MaybeGet return -1 when the key is not found. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modifying the MULTIPROCESS_TEST_MAIN macro so it can be passed a setup method. Created 8 years, 6 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: base/metrics/stats_table_unittest.cc
diff --git a/base/metrics/stats_table_unittest.cc b/base/metrics/stats_table_unittest.cc
index 634bb87df99eada9f3784fcc447d9b74619ffbbb..d781ea094cdc9403e61cc190ddb2ec3ac29cf741 100644
--- a/base/metrics/stats_table_unittest.cc
+++ b/base/metrics/stats_table_unittest.cc
@@ -171,7 +171,7 @@ TEST_F(StatsTableTest, MAYBE_MultipleThreads) {
const std::string kMPTableName = "MultipleProcessStatTable";
-MULTIPROCESS_TEST_MAIN(StatsTableMultipleProcessMain) {
+MULTIPROCESS_TEST_MAIN(StatsTableMultipleProcessMain, NULL) {
// Each process will open the shared memory and set counters
// concurrently in a loop. We'll use some pauses to
// mixup the scheduling.

Powered by Google App Engine
This is Rietveld 408576698