blob: 3b861103422c1db079250ea79c0c3bc1e015cabf [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.
extern const char kStatusIconWmRoleName[];
} // namespace ui
#endif // UI_BASE_WM_ROLE_NAMES_LINUX_H_