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

#ifndef IOS_CHROME_BROWSER_CONTENT_SUGGESTIONS_TIPS_MODEL_TIPS_METRICS_H_
#define IOS_CHROME_BROWSER_CONTENT_SUGGESTIONS_TIPS_MODEL_TIPS_METRICS_H_

// UMA histogram names.
// Logged when Tips (Magic Stack) is displayed for a user. The enumeration
// indicates which tip was displayed.
extern const char kTipsMagicStackModuleDisplayedTypeHistogram[];
// Logged when the user taps on the Tips (Magic Stack) module. The enumeration
// indicates which tip was interacted with.
extern const char kTipsMagicStackModuleTappedTypeHistogram[];

#endif  // IOS_CHROME_BROWSER_CONTENT_SUGGESTIONS_TIPS_MODEL_TIPS_METRICS_H_
