Index: chrome/browser/ui/webui/net_internals/net_internals_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/net_internals/net_internals_ui.cc (revision 176942) |
+++ chrome/browser/ui/webui/net_internals/net_internals_ui.cc (working copy) |
@@ -1940,5 +1940,6 @@ |
// Set up the chrome://net-internals/ source. |
Profile* profile = Profile::FromWebUI(web_ui); |
- ChromeURLDataManager::AddDataSource(profile, CreateNetInternalsHTMLSource()); |
+ ChromeURLDataManager::AddDataSourceImpl(profile, |
+ CreateNetInternalsHTMLSource()); |
} |