chromium/components/lens/lens_constants.h

// 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 COMPONENTS_LENS_LENS_CONSTANTS_H_
#define COMPONENTS_LENS_LENS_CONSTANTS_H_

namespace lens {

// The max area for the image to be sent to Lens.
inline constexpr int kMaxAreaForImageSearch =;

// The max pixel width/height for the image to be sent to Lens.
inline constexpr int kMaxPixelsForImageSearch =;

}  // namespace lens

#endif  // COMPONENTS_LENS_LENS_CONSTANTS_H_