Get ready to make relauncher cross-platform
This commit is contained in:
parent
abdcb9d481
commit
6df18956cd
6 changed files with 26 additions and 46 deletions
|
@ -24,13 +24,11 @@ class AtomMainDelegate : public brightray::MainDelegate {
|
|||
content::ContentBrowserClient* CreateContentBrowserClient() override;
|
||||
content::ContentRendererClient* CreateContentRendererClient() override;
|
||||
content::ContentUtilityClient* CreateContentUtilityClient() override;
|
||||
#if defined(OS_MACOSX)
|
||||
int RunProcess(
|
||||
const std::string& process_type,
|
||||
const content::MainFunctionParams& main_function_params) override;
|
||||
bool ShouldSendMachPort(const std::string& process_type) override;
|
||||
bool DelaySandboxInitialization(const std::string& process_type) override;
|
||||
#endif
|
||||
|
||||
// brightray::MainDelegate:
|
||||
std::unique_ptr<brightray::ContentClient> CreateContentClient() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue