blob: f2e7717fb6eaf9ae542a9f38d545917ae6c150c9 [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_BASE_WM_ROLE_NAMES_LINUX_H_
#define UI_BASE_WM_ROLE_NAMES_LINUX_H_
namespace ui {
// Return the status-icon wm_role_name. Only used to construct status-icon
// windows for x11.
inline constexpr char kStatusIconWmRoleName[] = "status-icon";
} // namespace ui
#endif // UI_BASE_WM_ROLE_NAMES_LINUX_H_