commit | 956d7983c5a7c5ed86215c1bbe8d2900c3b39321 | [log] [tgz] |
---|---|---|
author | Alexey Baskakov <[email protected]> | Mon Jun 03 05:00:05 2019 |
committer | Commit Bot <[email protected]> | Mon Jun 03 05:00:05 2019 |
tree | d1df941414e855ae6cfed9f405a96926452787c3 | |
parent | d2e34f111d22d3566e95fb4d4fad60e1760e0a1c [diff] [blame] |
WebApp: Expose DesktopPWAsUnifiedInstall feature in chrome://flags. Bug: 915043 Change-Id: I0d3b27271ca725d5188f5efcf709750f8b3cdfcf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1640521 Reviewed-by: Dominick Ng <[email protected]> Commit-Queue: Alexey Baskakov <[email protected]> Cr-Commit-Position: refs/heads/master@{#665457}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index b133122..99f90cc 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -550,6 +550,11 @@ "When on a site that passes PWA installation requirements show a button in " "the omnibox for installing it."; +const char kDesktopPWAsUnifiedInstallName[] = + "Desktop PWAs Unified Installation."; +const char kDesktopPWAsUnifiedInstallDescription[] = + "New unified installation process for Desktop PWAs."; + const char kEnableSystemWebAppsName[] = "System Web Apps"; const char kEnableSystemWebAppsDescription[] = "Experimental system for using the Desktop PWA framework for running System"