Support persistent notification 01/143501/7
authorSanghyup Lee <sh53.lee@samsung.com>
Fri, 18 Aug 2017 08:42:48 +0000 (17:42 +0900)
committerSanghyup Lee <sh53.lee@samsung.com>
Wed, 30 Aug 2017 02:22:27 +0000 (11:22 +0900)
commit6efdc54960a0d2f9d43d16da24967ffa907403b7
tree66a3bde257be5838e9536c812bc332528cbc3024
parente11e8a3dfa85baed5f7b9b71f6e2f7fd1d54ca22
Support persistent notification

[Problem] Persistent notifiaction doesn't work if browser is suspened or killed.
[Cause] Chromium posts notification with app_control which includes custom
        information. If browser launched by notification we should hand over
        this information to chromium.
[Solution] Invoke |ewk_context_app_control_set|.

Change-Id: I231beaaf221ba9d3711502ebb61889a797de0cfa
Signed-off-by: Sanghyup Lee <sh53.lee@samsung.com>
core/main.cpp