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

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

Issue 10408007: retry 137554 - convert help page to loadTimeData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 0c53d19f00bb960e745d0600057044ae39c952a4..88ef86418a9f4ba61980e5b5896e1dbf2c9ceb0a 100644
--- a/chrome/browser/ui/webui/help/help_ui.cc
+++ b/chrome/browser/ui/webui/help/help_ui.cc
@@ -21,6 +21,7 @@ ChromeWebUIDataSource* CreateAboutPageHTMLSource() {
new ChromeWebUIDataSource(chrome::kChromeUIHelpFrameHost);
source->set_json_path("strings.js");
+ source->set_use_json_js_format_v2();
source->add_resource_path("help.js", IDR_HELP_JS);
source->set_default_resource(IDR_HELP_HTML);
return source;

Powered by Google App Engine
This is Rietveld 408576698