Cleanup unused headers, data members and functions.
This commit is contained in:
parent
2cd6dd791e
commit
f623ddf7fc
5 changed files with 4 additions and 17 deletions
|
@ -93,10 +93,9 @@ class BundledDataSource : public content::URLDataSource {
|
|||
}
|
||||
|
||||
DevToolsUI::DevToolsUI(BrowserContext* browser_context, content::WebUI* web_ui)
|
||||
: WebUIController(web_ui),
|
||||
browser_context_(browser_context) {
|
||||
: WebUIController(web_ui) {
|
||||
web_ui->SetBindings(0);
|
||||
content::URLDataSource::Add(browser_context_, new BundledDataSource());
|
||||
content::URLDataSource::Add(browser_context, new BundledDataSource());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue