Cleanup unused headers, data members and functions.

This commit is contained in:
Cheng Zhao 2013-05-14 15:36:40 +08:00 committed by Adam Roben
parent 2cd6dd791e
commit f623ddf7fc
5 changed files with 4 additions and 17 deletions

View file

@ -17,9 +17,6 @@ class DevToolsUI : public content::WebUIController {
explicit DevToolsUI(BrowserContext* browser_context, content::WebUI* web_ui);
private:
// Weak reference to the browser context.
BrowserContext* browser_context_;
DISALLOW_COPY_AND_ASSIGN(DevToolsUI);
};