Index: chrome/browser/ui/webui/gpu_internals_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/gpu_internals_ui.cc (revision 176942) |
+++ chrome/browser/ui/webui/gpu_internals_ui.cc (working copy) |
@@ -674,5 +674,5 @@ |
// Set up the chrome://gpu-internals/ source. |
Profile* profile = Profile::FromWebUI(web_ui); |
- ChromeURLDataManager::AddDataSource(profile, CreateGpuHTMLSource()); |
+ ChromeURLDataManager::AddDataSourceImpl(profile, CreateGpuHTMLSource()); |
} |