// 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_UI_LENS_LENS_STRING_UTILS_H_
#define CHROME_BROWSER_UI_LENS_LENS_STRING_UTILS_H_

namespace lens {

// Returns the string ID for the Lens overlay entrypoint label.
int GetLensOverlayEntrypointLabelAltIds(bool is_context_menu = false);

}  // namespace lens

#endif  // CHROME_BROWSER_UI_LENS_LENS_STRING_UTILS_H_
