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