| Index: chrome/browser/ui/webui/inspect_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/inspect_ui.cc (revision 176942)
|
| +++ chrome/browser/ui/webui/inspect_ui.cc (working copy)
|
| @@ -362,7 +362,7 @@
|
| web_ui->AddMessageHandler(new InspectMessageHandler());
|
|
|
| Profile* profile = Profile::FromWebUI(web_ui);
|
| - ChromeURLDataManager::AddDataSource(profile, CreateInspectUIHTMLSource());
|
| + ChromeURLDataManager::AddDataSourceImpl(profile, CreateInspectUIHTMLSource());
|
|
|
| registrar_.Add(this,
|
| content::NOTIFICATION_WEB_CONTENTS_CONNECTED,
|
|
|