// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/password_manager/remote_actor/remote_actor_switches.h"

namespace switches {

const char kPassboxEndpoint[] = "passbox-endpoint";
const char kAgentPermissionServiceEndpoint[] =
    "agent-permission-service-endpoint";

}  // namespace switches
