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

Unified Diff: src/platform/metrics_daemon/metrics_daemon_unittest.cc

Issue 500117: Daemonize (fork()) and install metrics_daemon in the image for execution. (Closed)
Patch Set: rename do_fork to run_as_daemon Created 11 years 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
« no previous file with comments | « src/platform/metrics_daemon/metrics_daemon.cc ('k') | src/scripts/build_platform_packages.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/metrics_daemon/metrics_daemon_unittest.cc
diff --git a/src/platform/metrics_daemon/metrics_daemon_unittest.cc b/src/platform/metrics_daemon/metrics_daemon_unittest.cc
index c49d0541bc21dcfd8054bc4fa4efaa50451e3a35..222cefab704b690668667ea06f99c161c56d7066 100644
--- a/src/platform/metrics_daemon/metrics_daemon_unittest.cc
+++ b/src/platform/metrics_daemon/metrics_daemon_unittest.cc
@@ -6,5 +6,5 @@
int main(int argc, char** argv) {
MetricsDaemon d;
- d.Run(true);
+ d.Run(false, true);
}
« no previous file with comments | « src/platform/metrics_daemon/metrics_daemon.cc ('k') | src/scripts/build_platform_packages.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698