This commit is contained in:
Cheng Zhao 2013-04-12 23:16:16 +08:00
parent cb2116f725
commit e49861b45b
5 changed files with 15 additions and 15 deletions

View file

@ -10,11 +10,11 @@
namespace atom {
class AtomMainDelegate : public brightray::MainDelegate {
public:
public:
AtomMainDelegate();
~AtomMainDelegate();
private:
private:
virtual content::ContentBrowserClient* CreateContentBrowserClient() OVERRIDE;
virtual content::ContentRendererClient*
CreateContentRendererClient() OVERRIDE;