Initial empty window javascript binding.

This commit is contained in:
Cheng Zhao 2013-04-16 00:25:08 +08:00
parent 488d72e41b
commit 7da34e65f7
10 changed files with 206 additions and 5 deletions

View file

@ -19,6 +19,10 @@ class AtomBrowserMainParts : public brightray::BrowserMainParts {
virtual ~AtomBrowserMainParts();
protected:
// Implementations of brightray::BrowserMainParts.
virtual brightray::BrowserContext* CreateBrowserContext() OVERRIDE;
// Implementations of content::BrowserMainParts.
virtual void PostEarlyInitialization() OVERRIDE;
virtual void PreMainMessageLoopStart() OVERRIDE;
virtual void PreMainMessageLoopRun() OVERRIDE;