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 AtomRendererClient : public content::ContentRendererClient {
public:
public:
AtomRendererClient();
~AtomRendererClient();
virtual ~AtomRendererClient();
private:
private:
virtual void RenderViewCreated(content::RenderView*) OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(AtomRendererClient);