blob: 369b4a49f595f95eea1616ed0a68912c13534e2c [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/webapps/common/switches.h"
namespace webapps {
namespace switches {
// This flag allow bypassing installable message throttle for testing purpose.
const char kBypassInstallThrottleForTesting[] =
"bypass-installable-message-throttle-for-testing";
} // namespace switches
} // namespace webapps