chromium/ios/chrome/browser/ui/browser_container/browser_edit_menu_constants.h

// 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_UI_BROWSER_CONTAINER_BROWSER_EDIT_MENU_CONSTANTS_H_
#define IOS_CHROME_BROWSER_UI_BROWSER_CONTAINER_BROWSER_EDIT_MENU_CONSTANTS_H_

#import <Foundation/Foundation.h>

namespace edit_menu {

// The ID for the Chrome menu.
extern NSString* const kBrowserEditMenuChromeMenuId;

}  // namespace edit_menu

#endif  // IOS_CHROME_BROWSER_UI_BROWSER_CONTAINER_BROWSER_EDIT_MENU_CONSTANTS_H_