| Index: chrome/browser/resources/md_extensions/detail_view.html
|
| diff --git a/chrome/browser/resources/md_extensions/detail_view.html b/chrome/browser/resources/md_extensions/detail_view.html
|
| index f2afdd93b9a11cb17d5d943b47220ba764328b30..9b5468875bcace9edf8efca7db077143bcdbe218 100644
|
| --- a/chrome/browser/resources/md_extensions/detail_view.html
|
| +++ b/chrome/browser/resources/md_extensions/detail_view.html
|
| @@ -7,6 +7,7 @@
|
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
|
| <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animatable-behavior.html">
|
| <link rel="import" href="chrome://extensions/animation_helper.html">
|
| +<link rel="import" href="chrome://extensions/item_source.html">
|
|
|
| <dom-module id="extensions-detail-view">
|
| <style include="iron-flex"></style>
|
| @@ -135,7 +136,9 @@
|
| </template>
|
| <div class="section">
|
| <div class="section-title">$i18n{itemSource}</div>
|
| - <div class="section-content">TODO</div>
|
| + <div class="section-content">
|
| + [[computeSourceString_(data.*)]]
|
| + </div>
|
| </div>
|
| </div>
|
| </template>
|
|
|