feat: add native emoji picker (#17359)

This commit is contained in:
Shelley Vohr 2019-03-14 13:39:52 -07:00 committed by GitHub
parent 2e89348541
commit 12b6a0f5b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 58 additions and 0 deletions

View file

@ -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);