| Index: chrome/browser/ui/webui/help/help_ui.cc
|
| diff --git a/chrome/browser/ui/webui/help/help_ui.cc b/chrome/browser/ui/webui/help/help_ui.cc
|
| index 91505fdd51cb9123e0acaab7ae616cdd56dbd8a9..c5180daf815ec9cf52a3ee5ba5bd937d6b9b20b4 100644
|
| --- a/chrome/browser/ui/webui/help/help_ui.cc
|
| +++ b/chrome/browser/ui/webui/help/help_ui.cc
|
| @@ -21,8 +21,7 @@ content::WebUIDataSource* CreateAboutPageHTMLSource() {
|
| source->SetJsonPath("strings.js");
|
| source->SetUseJsonJSFormatV2();
|
| source->AddResourcePath("help.js", IDR_HELP_JS);
|
| - source->AddResourcePath("help_focus_manager.js", IDR_HELP_FOCUS_MANAGER_JS);
|
| - source->AddResourcePath("help_base_page.js", IDR_HELP_BASE_PAGE_JS);
|
| + source->AddResourcePath("help_page.js", IDR_HELP_PAGE_JS);
|
| source->AddResourcePath("channel_change_page.js", IDR_CHANNEL_CHANGE_PAGE_JS);
|
| source->SetDefaultResource(IDR_HELP_HTML);
|
| source->DisableDenyXFrameOptions();
|
|
|