chromium/ui/accessibility/ax_active_popup.cc

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

#include "ui/accessibility/ax_active_popup.h"

namespace ui {

namespace {

std::optional<AXNodeID>& GetActivePopupAXUniqueIdInstance() {}

}  // namespace

std::optional<AXNodeID> GetActivePopupAxUniqueId() {}

void SetActivePopupAxUniqueId(std::optional<AXNodeID> ax_unique_id) {}

void ClearActivePopupAxUniqueId() {}

}  // namespace ui