Init AtomCommandLine when render thread is started 69/145069/2
authorYoungsoo Choi <kenshin.choi@samsung.com>
Mon, 21 Aug 2017 06:07:12 +0000 (15:07 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Mon, 21 Aug 2017 08:05:48 +0000 (17:05 +0900)
commit7289646c6c4cd54ac656b3a70fb082e38436ab6d
tree747a1c65b9b3627b7de9cfa8b299533bd39e9ddf
parentc6333b584f028528a6dbbc351df7b7680963c650
Init AtomCommandLine when render thread is started

This patch initializes AtomCommandLine at
AtomRendererClient::RenderThreadStarted.
In case of Chromium-efl, AtomMain is not called when renderer process
is executed, because it is executed by zygote.
So we need to initialize AtomCommandLine at the other place.

Original CL: http://suprem.sec.samsung.net/gerrit/#/c/51683

Change-Id: I2b91428269701398713a92efeb09a8e5e0a4db6e
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
atom/renderer/atom_renderer_client.cc