Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Unified Diff: chrome/browser/ui/webui/devtools_ui.cc

Issue 11943008: The dev tools process does not actually need Web UI bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/devtools/devtools_window.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/devtools_ui.cc
===================================================================
--- chrome/browser/ui/webui/devtools_ui.cc (revision 177212)
+++ chrome/browser/ui/webui/devtools_ui.cc (working copy)
@@ -104,6 +104,7 @@
}
DevToolsUI::DevToolsUI(content::WebUI* web_ui) : WebUIController(web_ui) {
+ web_ui->SetBindings(0);
ChromeURLDataManager::AddDataSource(
Profile::FromWebUI(web_ui), new DevToolsDataSource);
}
« no previous file with comments | « chrome/browser/devtools/devtools_window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698