Chromium Code Reviews| Index: chrome/browser/ui/webui/plugins_ui.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/plugins_ui.cc (revision 176942) |
| +++ chrome/browser/ui/webui/plugins_ui.cc (working copy) |
| @@ -480,7 +480,7 @@ |
| // Set up the chrome://plugins/ source. |
| Profile* profile = Profile::FromWebUI(web_ui); |
| - ChromeURLDataManager::AddDataSource(profile, CreatePluginsUIHTMLSource()); |
| + ChromeURLDataManager::AddDataSourceImpl(profile, CreatePluginsUIHTMLSource()); |
| } |
| // static |