Check Injected Bundle inject status 73/183773/1
authorws29.jung <ws29.jung@samsung.com>
Wed, 11 Jul 2018 02:01:14 +0000 (11:01 +0900)
committerws29.jung <ws29.jung@samsung.com>
Wed, 11 Jul 2018 02:06:18 +0000 (11:06 +0900)
commit1681c420e461342e1e921428bdc8728de12c7b1a
tree5713cdc7572d303cde706728e80ca136a49601d4
parent2c60a0f040cd16a77c6922b48e388e4927abc976
Check Injected Bundle inject status

Before this patch, Injected Bundle was injected everytime
when BrowserContext is constructed.
BrowserContext can be constructed multiple time with webapp
but Bundle Injection should be done only at the first time.
With this patch, Injection will be done only once.

Change-Id: Ia7fc7e0e896cca749182ead287829f99118b03b2
Signed-off-by: ws29.jung <ws29.jung@samsung.com>
vendor/brightray/browser/browser_context.cc