Mark OS X only implementations in BrowserMainParts.
This commit is contained in:
parent
8bdf06131b
commit
947470b6ae
1 changed files with 3 additions and 1 deletions
|
@ -29,9 +29,11 @@ class AtomBrowserMainParts : public brightray::BrowserMainParts {
|
||||||
|
|
||||||
// Implementations of content::BrowserMainParts.
|
// Implementations of content::BrowserMainParts.
|
||||||
virtual void PostEarlyInitialization() OVERRIDE;
|
virtual void PostEarlyInitialization() OVERRIDE;
|
||||||
virtual void PreMainMessageLoopStart() OVERRIDE;
|
|
||||||
virtual void PreMainMessageLoopRun() OVERRIDE;
|
virtual void PreMainMessageLoopRun() OVERRIDE;
|
||||||
|
#if defined(OS_MACOSX)
|
||||||
|
virtual void PreMainMessageLoopStart() OVERRIDE;
|
||||||
virtual void PostDestroyThreads() OVERRIDE;
|
virtual void PostDestroyThreads() OVERRIDE;
|
||||||
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
scoped_ptr<AtomBrowserBindings> atom_bindings_;
|
scoped_ptr<AtomBrowserBindings> atom_bindings_;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue