create webui message handler

This commit is contained in:
deepak1556 2017-01-18 19:28:20 +05:30
parent 8a2b9c893e
commit a2db14476a
7 changed files with 101 additions and 17 deletions

View file

@ -19,6 +19,7 @@ class AtomWebUIControllerFactory : public content::WebUIControllerFactory {
AtomWebUIControllerFactory();
virtual ~AtomWebUIControllerFactory();
// content::WebUIControllerFactory:
content::WebUI::TypeID GetWebUIType(content::BrowserContext* browser_context,
const GURL& url) const override;
bool UseWebUIForURL(content::BrowserContext* browser_context,