blob: 7619ddbefb70bf6437044c20d1b8a3a3d26c8299 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// 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_