feat: add native emoji picker (#17359)
This commit is contained in:
parent
2e89348541
commit
12b6a0f5b2
7 changed files with 58 additions and 0 deletions
|
@ -187,6 +187,10 @@ class Browser : public WindowListObserver {
|
|||
void SetAboutPanelOptions(const base::DictionaryValue& options);
|
||||
#endif
|
||||
|
||||
#if defined(OS_MACOSX) || defined(OS_WIN)
|
||||
void ShowEmojiPanel();
|
||||
#endif
|
||||
|
||||
#if defined(OS_WIN)
|
||||
struct UserTask {
|
||||
base::FilePath program;
|
||||
|
@ -230,6 +234,8 @@ class Browser : public WindowListObserver {
|
|||
// windows.
|
||||
void Activate(bool has_visible_windows);
|
||||
|
||||
bool IsEmojiPanelSupported();
|
||||
|
||||
// Tell the application the loading has been done.
|
||||
void WillFinishLaunching();
|
||||
void DidFinishLaunching(const base::DictionaryValue& launch_info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue