supervised_icon_string.h 545 B

1234567891011121314151617181920212223
  1. // Copyright 2018 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef ASH_SYSTEM_SUPERVISED_SUPERVISED_ICON_STRING_H_
  5. #define ASH_SYSTEM_SUPERVISED_SUPERVISED_ICON_STRING_H_
  6. #include <string>
  7. namespace gfx {
  8. struct VectorIcon;
  9. } // namespace gfx
  10. namespace ash {
  11. const gfx::VectorIcon& GetSupervisedUserIcon();
  12. std::u16string GetSupervisedUserMessage();
  13. } // namespace ash
  14. #endif // ASH_SYSTEM_SUPERVISED_SUPERVISED_ICON_STRING_H_