chromium/chrome/browser/apps/app_service/menu_item_constants.h

// Copyright 2021 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_APPS_APP_SERVICE_MENU_ITEM_CONSTANTS_H_
#define CHROME_BROWSER_APPS_APP_SERVICE_MENU_ITEM_CONSTANTS_H_

namespace apps {
// A size of square shortcut menu item icons in the context menu.
constexpr size_t kAppShortcutIconSizeDip = 32;
}  // namespace apps

#endif  // CHROME_BROWSER_APPS_APP_SERVICE_MENU_ITEM_CONSTANTS_H_