Disabling PWA Icon 13/323313/2
authorabhik.arora <abhik.arora@samsung.com>
Fri, 25 Apr 2025 10:00:04 +0000 (15:30 +0530)
committerBot Blink <blinkbot@samsung.com>
Fri, 25 Apr 2025 10:43:05 +0000 (10:43 +0000)
Change-Id: Ia9ae5deb3e40706fbdda2c8258eb7e92f490f883
Signed-off-by: abhik.arora <abhik.arora@samsung.com>
chrome/browser/ui/views/location_bar/location_bar_view.cc

index c6fb002cb426e5cfc14a8c247a3dd01fecf84091..d147722dd754988468f4fb916a5a9c540b1dc14e 100644 (file)
@@ -340,11 +340,11 @@ void LocationBarView::Init() {
     if (!apps::features::ShouldShowLinkCapturingUX()) {
       params.types_enabled.push_back(PageActionIconType::kIntentPicker);
     }
-    params.types_enabled.push_back(PageActionIconType::kPwaInstall);
     params.types_enabled.push_back(PageActionIconType::kFind);
     params.types_enabled.push_back(PageActionIconType::kTranslate);
 #if !defined(SAMSUNG_TOOLBAR_UI)
     params.types_enabled.push_back(PageActionIconType::kZoom);
+    params.types_enabled.push_back(PageActionIconType::kPwaInstall);
 #endif
     params.types_enabled.push_back(PageActionIconType::kFileSystemAccess);