summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
authormsw <msw@chromium.org>2015-04-21 17:07:19 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-22 00:07:20 +0000
commitdc9adbf23c1e7ce10d0e58726fac99ea80bc7258 (patch)
tree5c5b172e1f12319394b6c946710c3f16a9ed1c15 /mojo
parenta7baf45d64f2be2400e6dff2ac7d668d22f50111 (diff)
downloadchromium_src-dc9adbf23c1e7ce10d0e58726fac99ea80bc7258.zip
chromium_src-dc9adbf23c1e7ce10d0e58726fac99ea80bc7258.tar.gz
chromium_src-dc9adbf23c1e7ce10d0e58726fac99ea80bc7258.tar.bz2
Update the application_test_main CommandLine comment.
BUG=NONE TEST=NONE TBR=sky@chromium.org Review URL: https://codereview.chromium.org/1097783003 Cr-Commit-Position: refs/heads/master@{#326183}
Diffstat (limited to 'mojo')
-rw-r--r--mojo/application/application_test_main_chromium.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/mojo/application/application_test_main_chromium.cc b/mojo/application/application_test_main_chromium.cc
index 3d6c4b2..6b21abe 100644
--- a/mojo/application/application_test_main_chromium.cc
+++ b/mojo/application/application_test_main_chromium.cc
@@ -13,8 +13,7 @@ MojoResult MojoMain(MojoHandle handle) {
// An AtExitManager instance is needed to construct message loops.
base::AtExitManager at_exit;
- // Initialize test timeouts, which requires CommandLine::ForCurrentProcess().
- // TODO(msw): Plumb relevant command line args before initializing timeouts.
+ // Initialize the current process Commandline and test timeouts.
mojo::ApplicationRunnerChromium::InitBaseCommandLine();
TestTimeouts::Initialize();