Skip to content

Commit

Permalink
Add emoji picker
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Jun 6, 2018
1 parent c898399 commit a4c4ee9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/brave_main_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "brave/app/brave_main_delegate.h"

#include "base/base_switches.h"
#include "base/lazy_instance.h"
#include "base/path_service.h"
#include "base/time/time.h"
Expand All @@ -15,6 +16,7 @@
#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_paths_internal.h"
#include "chrome/common/chrome_switches.h"
#include "ui/base/ui_base_features.h"

#if !defined(CHROME_MULTIPLE_DLL_BROWSER)
base::LazyInstance<BraveContentRendererClient>::DestructorAtExit
Expand Down Expand Up @@ -99,5 +101,7 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
base::CommandLine& command_line =
*base::CommandLine::ForCurrentProcess();
command_line.AppendSwitch(switches::kEnableTabAudioMuting);
command_line.AppendSwitchASCII(switches::kEnableFeatures,
features::kEnableEmojiContextMenu.name);
return ChromeMainDelegate::BasicStartupComplete(exit_code);
}

0 comments on commit a4c4ee9

Please sign in to comment.