Enable ewk_context_favicon_database_get() also for mobile
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Wed, 12 Aug 2015 10:32:27 +0000 (12:32 +0200)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 07:55:23 +0000 (07:55 +0000)
commit907472b41dd64b8f297e5852613c88621fcef507
tree58c3993e4fc6763406f2b5eec253f3871e368e15
parent04bc0de578c8aef48add8b94c8f35fd1958f0321
Enable ewk_context_favicon_database_get() also for mobile

ewk_context_favicon_database_get() for mobile profile is not implemented.
Api exists but is defined only for tv profile.

Remove tv profile ifdefs making it work regardless build profile.

Original beta/m42_2311_t patch:
- http://165.213.202.130/gerrit/#/c/85271/

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=14784

Reviewed by: sns.park

Change-Id: Ie3931c5ca7a523162556882d36b654758034d32b
Signed-off-by: Marcin Niesluchowski <m.niesluchow@samsung.com>
tizen_src/ewk/efl_integration/browser/favicon/favicon_service.cc
tizen_src/ewk/efl_integration/browser/favicon/favicon_service.h
tizen_src/ewk/efl_integration/eweb_context.cc
tizen_src/ewk/efl_integration/eweb_context.h
tizen_src/ewk/efl_integration/private/ewk_context_private.cc
tizen_src/ewk/efl_integration/private/ewk_context_private.h
tizen_src/ewk/efl_integration/private/ewk_favicon_database_private.h
tizen_src/ewk/efl_integration/public/ewk_context.cc