blob: 60878b8e7d710e63168bfd16040681166899efcf [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ACTOR_UI_ACTOR_UI_METRICS_H_
#define CHROME_BROWSER_ACTOR_UI_ACTOR_UI_METRICS_H_
#include "chrome/browser/actor/ui/states/handoff_button_state.h"
namespace actor::ui {
// Logs a click on the handoff button.
void LogHandoffButtonClick(ui::HandoffButtonState::ControlOwnership ownership);
// Logs a click on the task icon.
void LogTaskIconClick();
} // namespace actor::ui
#endif // CHROME_BROWSER_ACTOR_UI_ACTOR_UI_METRICS_H_