blob: dd1f308b9f6d513ea0d6ec8a07a6054ea6d32ce8 [file] [log] [blame]
// 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_