Index: chrome/browser/ui/webui/flash_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/flash_ui.cc (revision 176942) |
+++ chrome/browser/ui/webui/flash_ui.cc (working copy) |
@@ -388,7 +388,7 @@ |
// Set up the about:flash source. |
Profile* profile = Profile::FromWebUI(web_ui); |
- ChromeURLDataManager::AddDataSource(profile, CreateFlashUIHTMLSource()); |
+ ChromeURLDataManager::AddDataSourceImpl(profile, CreateFlashUIHTMLSource()); |
} |
// static |