Update to latest libchromiumcontent

This commit is contained in:
Adam Roben 2013-03-21 15:09:00 -04:00
parent 909b3cd18f
commit 3cda49b894
6 changed files with 11 additions and 8 deletions

View file

@ -21,6 +21,7 @@ private:
virtual std::string GetPageThumbnailData(const GURL&) OVERRIDE;
virtual content::RenderViewHost* CreateNewTarget() OVERRIDE;
virtual TargetType GetTargetType(content::RenderViewHost*) OVERRIDE;
virtual std::string GetViewDescription(content::RenderViewHost*) OVERRIDE;
};
}