Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6118)

Unified Diff: chrome/browser/ui/webui/help/help_ui.cc

Issue 17437004: Implemented new channel switcher UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed FakeUpdateEngineClient. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698