emoji_picker.mojom 458 B

12345678910111213
  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. module crosapi.mojom;
  5. // EmojiPicker is an interface to allow lacros to request for the platform
  6. // specific emoji picker to be opened.
  7. [Stable, Uuid="b52ff6c9-d8fb-438e-87cf-c6c7aaee3fa6"]
  8. interface EmojiPicker {
  9. // Requests the system emoji picker to be opened.
  10. ShowEmojiPicker@0();
  11. };