Skip to content

Commit

Permalink
Fix a TODO in sync_internals WebUI resources.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thestig@chromium.org committed Aug 7, 2014
1 parent f4b7c12 commit a5f2f7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chrome/browser/resources/sync_internals_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
</outputs>
<release seq="1">
<includes>
<!-- TODO(akalin): rename back to index.html once bug 69633 is fixed. -->
<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_HTML" file="sync_internals/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_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" />
Expand Down

0 comments on commit a5f2f7f

Please sign in to comment.