mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Mark OS X only implementations in BrowserMainParts.
This commit is contained in:
@@ -29,9 +29,11 @@ class AtomBrowserMainParts : public brightray::BrowserMainParts {
|
||||
|
||||
// Implementations of content::BrowserMainParts.
|
||||
virtual void PostEarlyInitialization() OVERRIDE;
|
||||
virtual void PreMainMessageLoopStart() OVERRIDE;
|
||||
virtual void PreMainMessageLoopRun() OVERRIDE;
|
||||
#if defined(OS_MACOSX)
|
||||
virtual void PreMainMessageLoopStart() OVERRIDE;
|
||||
virtual void PostDestroyThreads() OVERRIDE;
|
||||
#endif
|
||||
|
||||
private:
|
||||
scoped_ptr<AtomBrowserBindings> atom_bindings_;
|
||||
|
||||
Reference in New Issue
Block a user