// Copyright 2020 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 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. | |
extern const char kStatusIconWmRoleName[]; | |
} // namespace ui | |
#endif // UI_BASE_WM_ROLE_NAMES_LINUX_H_ |