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 f7694ba4ecb8cab851a4c8c4639f51f305e87c27..0d48728447830011cb09f4955fb3b5c0a6ac85a4 100644 |
--- a/chrome/browser/ui/webui/help/help_ui.cc |
+++ b/chrome/browser/ui/webui/help/help_ui.cc |
@@ -21,6 +21,7 @@ content::WebUIDataSource* CreateAboutPageHTMLSource() { |
source->SetJsonPath("strings.js"); |
source->SetUseJsonJSFormatV2(); |
source->AddResourcePath("help.js", IDR_HELP_JS); |
+ source->AddResourcePath("channel_change_page.js", IDR_CHANNEL_CHANGE_PAGE_JS); |
source->SetDefaultResource(IDR_HELP_HTML); |
source->DisableDenyXFrameOptions(); |
return source; |