Setup PrintingMessageFilter for printing.

This commit is contained in:
Cheng Zhao 2014-08-21 21:19:43 +08:00
parent 11b9a06639
commit eb3ecab6a8
4 changed files with 10 additions and 7 deletions

View file

@ -20,6 +20,8 @@ class AtomBrowserClient : public brightray::BrowserClient {
protected:
// content::ContentBrowserClient:
virtual void RenderProcessWillLaunch(
content::RenderProcessHost* host) OVERRIDE;
virtual void ResourceDispatcherHostCreated() OVERRIDE;
virtual content::AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
virtual void OverrideWebkitPrefs(content::RenderViewHost* render_view_host,