fixup! [M108 Migration][API] Bring up autofill 31/288331/2
authorayush.k123 <ayush.k123@samsung.com>
Wed, 15 Feb 2023 08:16:45 +0000 (13:46 +0530)
committerBot Blink <blinkbot@samsung.com>
Wed, 15 Feb 2023 19:32:02 +0000 (19:32 +0000)
Ubrowser for standard profile is crashing on launch due to some
changes in base autofill patch. This patch disables autofill for
standard profile. This will be enabled when patch for autofill on
TV is migrated.

Change-Id: I685e02e309db05f5e942416f86ed0b2e54f73404
Signed-off-by: Ayush Kumar <ayush.k123@samsung.com>
tizen_src/build/config/tizen_features.gni

index 9b971e9..cb1fe60 100644 (file)
@@ -56,12 +56,6 @@ declare_args() {
   tizen_autofill_support = false
 }
 
-if (tizen_product_tv) {
-  tizen_autofill_support = false
-} else {
-  tizen_autofill_support = true
-}
-
 if (use_ttrace) {
   use_ttrace_chrome_trace = true
 }