Index: src/platform/metrics_daemon/metrics_daemon.h |
diff --git a/src/platform/metrics_daemon/metrics_daemon.h b/src/platform/metrics_daemon/metrics_daemon.h |
index 5c7edc3ded7b8455cdc7a1a4cdc9ef39905c36d5..5a291705f6c197b9529c19dde8f081b7df396883 100644 |
--- a/src/platform/metrics_daemon/metrics_daemon.h |
+++ b/src/platform/metrics_daemon/metrics_daemon.h |
@@ -17,9 +17,9 @@ class MetricsDaemon { |
} |
~MetricsDaemon() {} |
- // Does all the work. If |testing| is true, log the stats instead of sending |
- // them to Chrome. |
- void Run(bool testing); |
+ // Does all the work. If |run_as_daemon| is true, daemonize by forking. If |
+ // |testing| is true, log the stats instead of sending them to Chrome. |
+ void Run(bool run_as_daemon, bool testing); |
private: |
// Shared with Chrome for transport. |