Updated url bar popup delay timer value as per efl browser 57/321957/2
authorSankalp Rana <sankalp.rana@samsung.com>
Tue, 1 Apr 2025 10:48:12 +0000 (16:18 +0530)
committerSankalp Rana <sankalp.rana@samsung.com>
Tue, 1 Apr 2025 11:13:14 +0000 (16:43 +0530)
Change-Id: I3a3307c20062f16d9d4d66e2d7a0e35a3eff5f4b
Signed-off-by: Sankalp Rana <sankalp.rana@samsung.com>
chrome/browser/ui/views/location_bar/location_bar_view.h

index 51d0248a7080c9562bd422fa7828cfccbe154bfe..2d66849b869659efeea3c6d14c26316ddce56a81 100644 (file)
@@ -191,7 +191,7 @@ class LocationBarView : public LocationBar,
 
   bool should_popup_open = false;
 
-  const int delay_time_MV = 300;
+  const int delay_time_MV = 500;
 
   base::WeakPtrFactory<LocationBarView> weak_ptr_factory_for_other_MV{this};
 #endif