Commit a5f2f7f3 authored by thestig@chromium.org's avatar thestig@chromium.org

Fix a TODO in sync_internals WebUI resources.

BUG=69633

Review URL: https://codereview.chromium.org/446163002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288033 0039d316-1c4b-4281-b951-d872f2087c98
parent f4b7c127
...@@ -10,8 +10,7 @@ ...@@ -10,8 +10,7 @@
</outputs> </outputs>
<release seq="1"> <release seq="1">
<includes> <includes>
<!-- TODO(akalin): rename back to index.html once bug 69633 is fixed. --> <include name="IDR_SYNC_INTERNALS_INDEX_HTML" file="sync_internals/index.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_SYNC_INTERNALS_INDEX_HTML" file="sync_internals/sync_index.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_SYNC_INTERNALS_INDEX_JS" file="sync_internals/sync_index.js" type="BINDATA" /> <include name="IDR_SYNC_INTERNALS_INDEX_JS" file="sync_internals/sync_index.js" type="BINDATA" />
<include name="IDR_SYNC_INTERNALS_CHROME_SYNC_JS" file="sync_internals/chrome_sync.js" type="BINDATA" /> <include name="IDR_SYNC_INTERNALS_CHROME_SYNC_JS" file="sync_internals/chrome_sync.js" type="BINDATA" />
<include name="IDR_SYNC_INTERNALS_TYPES_JS" file="sync_internals/types.js" type="BINDATA" /> <include name="IDR_SYNC_INTERNALS_TYPES_JS" file="sync_internals/types.js" type="BINDATA" />
......
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