Assert @autofill::PersonalDataManager::IsExperimentalWalletIntegrationEnabled()
authorAntonio Gomes <a1.gomes@samsung.com>
Mon, 26 Oct 2015 19:35:30 +0000 (15:35 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 07:55:23 +0000 (07:55 +0000)
commit3b3160aa1fb13eeb67cb9441ea05675585d6a101
treeff00891bbe327d599f095677cd26b5a18a4ad251
parentdfb7c316334341f6c289172841af5b8a0376fd26
Assert @autofill::PersonalDataManager::IsExperimentalWalletIntegrationEnabled()

Any preference before being queried out needs to be set first.
In the specific case of kAutofillWalletSyncExperimentEnabled
it happens when AutofillManager::RegisterProfilePrefs is called.

However, chromium-efl is being initializing preferences on demand,
at the time "browser context" is created.
Patch adds this specific missing one.

Original beta/m42 patch:
- 165.213.202.130/gerrit/#/c/92065/ , reviewed by
Janusz Majnert, arno renevier.

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

Reviewed by: a.renevier, sns.park

Change-Id: I7af2e61bbc28fff9794206f6178d6791decbbe15
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
tizen_src/ewk/efl_integration/browser_context_efl.cc