commit | 467fb1e8a655ae9cf7e2f1f717f0f9fcc8646a3a | [log] [tgz] |
---|---|---|
author | Matthew Mourgos <[email protected]> | Wed Apr 26 21:28:30 2023 |
committer | Chromium LUCI CQ <[email protected]> | Wed Apr 26 21:28:30 2023 |
tree | 7ef7aa30c1e7181ad3d0403d8b7b145b9d21e676 | |
parent | 580cae8841e320c2259ee791b9333e4e95c73e5b [diff] [blame] |
Add flag for testing quick app access ui Bug=b:266734005 Low-Coverage-Reason: Code is behind a test flag, will never be enabled. Change-Id: Ib4be9e7b2c221db257ccc6e26a5cf1a35739e6c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4472027 Reviewed-by: Toni Barzic <[email protected]> Code-Coverage: Findit <[email protected]> Commit-Queue: Matthew Mourgos <[email protected]> Cr-Commit-Position: refs/heads/main@{#1136162}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 26a8ad6..3f0130a1 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -2802,6 +2802,11 @@ const char kQuicName[] = "Experimental QUIC protocol"; const char kQuicDescription[] = "Enable experimental QUIC protocol support."; +extern const char kQuickAppAccessTestUIName[] = + "Internal test: quick app access"; +extern const char kQuickAppAccessTestUIDescription[] = + "Show an app in the quick app access area at the start of the session"; + const char kQuickIntensiveWakeUpThrottlingAfterLoadingName[] = "Quick intensive throttling after loading"; const char kQuickIntensiveWakeUpThrottlingAfterLoadingDescription[] =