switches.cc 621 B

1234567891011121314151617
  1. // Copyright 2021 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/webapps/common/switches.h"
  5. namespace webapps {
  6. namespace switches {
  7. // This flag causes the user engagement checks for showing app banners to be
  8. // bypassed. It is intended to be used by developers who wish to test that their
  9. // sites otherwise meet the criteria needed to show app banners.
  10. const char kBypassAppBannerEngagementChecks[] =
  11. "bypass-app-banner-engagement-checks";
  12. } // namespace switches
  13. } // namespace webapps