commit | 3bf7944f0d3b32ec10ff1b1a92692b93a6ff20a0 | [log] [tgz] |
---|---|---|
author | Eric Willigers <[email protected]> | Tue Oct 22 00:35:55 2019 |
committer | Commit Bot <[email protected]> | Tue Oct 22 00:35:55 2019 |
tree | 9c5bd320250c7e2d70b33cc1677d847da1177c5e | |
parent | 603399c2875e90f8e945420cc6c52690dfe4e321 [diff] [blame] |
desktop-pwas: Display minimal-ui Back and Reload buttons This initial implementation always displays the buttons in app windows when the new "DesktopMinimalUI" feature flag is enabled. For now, the buttons are shown in the top-right corner. Remaining work: - only show the buttons when minimal-ui is specified in the app manifest - move the buttons to the top left corner - decide on a color to use when "Back" is disabled Screen shots: https://bugs.chromium.org/p/chromium/issues/detail?id=1007151#c6 TBR: [email protected] Bug: 1007151 Change-Id: I1a6bf03823462f684326d34f019f201902a1589b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863050 Commit-Queue: Eric Willigers <[email protected]> Reviewed-by: Bret Sepulveda <[email protected]> Reviewed-by: Alan Cutter <[email protected]> Cr-Commit-Position: refs/heads/master@{#708057}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 65ba2b4..d50c2a3 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -392,6 +392,9 @@ extern const char kEnableDataReductionProxyServerExperimentName[]; extern const char kEnableDataReductionProxyServerExperimentDescription[]; +extern const char kDesktopMinimalUIName[]; +extern const char kDesktopMinimalUIDescription[]; + extern const char kEnableDesktopPWAsName[]; extern const char kEnableDesktopPWAsDescription[];