Commit 583aff85 authored by Jesse Schettler's avatar Jesse Schettler Committed by Chromium LUCI CQ

scanning: Remove Scan app from launcher

Bug: 1059779
Change-Id: I044c0326cf5393beb3d54fd586fac02b09c18468
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612442
Auto-Submit: Jesse Schettler <jschettler@chromium.org>
Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org>
Reviewed-by: default avatarGiovanni Ortuño Urquidi <ortuno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840833}
parent d0430569
...@@ -213,6 +213,7 @@ base::flat_map<SystemAppType, SystemAppInfo> CreateSystemWebApps( ...@@ -213,6 +213,7 @@ base::flat_map<SystemAppType, SystemAppInfo> CreateSystemWebApps(
&CreateWebAppInfoForScanningSystemWebApp))); &CreateWebAppInfoForScanningSystemWebApp)));
infos.at(SystemAppType::SCANNING).minimum_window_size = {600, 420}; infos.at(SystemAppType::SCANNING).minimum_window_size = {600, 420};
infos.at(SystemAppType::SCANNING).capture_navigations = true; infos.at(SystemAppType::SCANNING).capture_navigations = true;
infos.at(SystemAppType::SCANNING).show_in_launcher = false;
} }
if (SystemWebAppManager::IsAppEnabled( if (SystemWebAppManager::IsAppEnabled(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment