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

Unified Diff: src/platform/metrics/metrics_daemon_main.cc

Issue 1919005: Add some basic tests for metrics_daemon. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Address review comments. Created 10 years, 8 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: src/platform/metrics/metrics_daemon_main.cc
diff --git a/src/platform/metrics/metrics_daemon_main.cc b/src/platform/metrics/metrics_daemon_main.cc
index 302bdcb5e33f8343bfdf35231e904a532d383bea..7ace3334d6943d988001ae9dd0e1e5a17c41f519 100644
--- a/src/platform/metrics/metrics_daemon_main.cc
+++ b/src/platform/metrics/metrics_daemon_main.cc
@@ -12,5 +12,5 @@ DEFINE_bool(daemon, true, "run as daemon (use -nodaemon for debugging)");
int main(int argc, char** argv) {
MetricsDaemon::MetricsDaemon d;
google::ParseCommandLineFlags(&argc, &argv, true);
- d.Run(FLAGS_daemon, false);
+ d.Run(FLAGS_daemon);
}

Powered by Google App Engine
This is Rietveld 408576698