// Copyright 2023 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_BROWSER_CONTENT_UI_BUNDLED_BROWSER_EDIT_MENU_CONSTANTS_H_
#define IOS_CHROME_BROWSER_BROWSER_CONTENT_UI_BUNDLED_BROWSER_EDIT_MENU_CONSTANTS_H_

#import <Foundation/Foundation.h>

namespace edit_menu {

// The ID for the Chrome menu.
extern NSString* const kBrowserEditMenuChromeMenuId;
// The ID for the Chrome secondary menu used for Explain With Gemini.
extern NSString* const kBrowserEditMenuSecondaryMenuId;

}  // namespace edit_menu

#endif  // IOS_CHROME_BROWSER_BROWSER_CONTENT_UI_BUNDLED_BROWSER_EDIT_MENU_CONSTANTS_H_
