Searched defs:WebUIController (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/content/public/browser/
H A Dweb_ui_controller.h23 // A WebUI page is controller by the embedder's WebUIController object. It
25 class CONTENT_EXPORT WebUIController { class in namespace:content
27 explicit WebUIController(WebUI* web_ui) : web_ui_(web_ui) {} function in class:content::WebUIController
28 virtual ~WebUIController() {}

Completed in 150 milliseconds