Commit 4f754d48 authored by Rachel Carpenter's avatar Rachel Carpenter Committed by Commit Bot

Change bootstrap.js to app_bin.js to match g3 code.

Have commented the new code out as the file does not exist in the
current app that is pulled in from g3. Can uncomment line after the
next CIPD update that includes the new file.

Bug: b/147331285
Change-Id: Ib323a03c8c6f0404f97957185936320a7a5ed6fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999887Reviewed-by: default avatarTrent Apted <tapted@chromium.org>
Commit-Queue: Rachel Carpenter <carpenterr@google.com>
Cr-Commit-Position: refs/heads/master@{#731737}
parent 8611b894
......@@ -20,7 +20,7 @@ content::WebUIDataSource* CreateHelpAppGuestDataSource() {
content::WebUIDataSource* source =
content::WebUIDataSource::Create(kChromeUIHelpAppGuestHost);
source->AddResourcePath("app.html", IDR_HELP_APP_APP_HTML);
source->AddResourcePath("bootstrap.js", IDR_HELP_APP_BOOTSTRAP_JS);
// source->AddResourcePath("app_bin.js", IDR_HELP_APP_APP_BIN_JS);
source->AddResourcePath("load_time_data.js", IDR_WEBUI_JS_LOAD_TIME_DATA);
// Add all resources from chromeos_media_app_bundle.pak.
......
......@@ -10,4 +10,4 @@
</style>
<script src="/load_time_data.js"></script>
<script src="/strings.js"></script>
<script src="/bootstrap.js"></script>
<!--<script src="/app_bin.js"></script>-->
......@@ -10,7 +10,7 @@
</outputs>
<release seq="1">
<includes>
<include name="IDR_HELP_APP_BOOTSTRAP_JS" file="bootstrap.js" type="BINDATA" />
<include name="IDR_HELP_APP_APP_BIN_JS" file="app_bin.js" type="BINDATA" />
</includes>
</release>
</grit>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment