keyboard_diagram_strings.h 529 B

12345678910111213141516171819202122
  1. // Copyright 2022 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_WEBUI_COMMON_KEYBOARD_DIAGRAM_STRINGS_H_
  5. #define ASH_WEBUI_COMMON_KEYBOARD_DIAGRAM_STRINGS_H_
  6. namespace content {
  7. class WebUIDataSource;
  8. }
  9. namespace ash {
  10. namespace common {
  11. void AddKeyboardDiagramStrings(content::WebUIDataSource* html_source);
  12. } // namespace common
  13. } // namespace ash
  14. #endif // ASH_WEBUI_COMMON_KEYBOARD_DIAGRAM_STRINGS_H_