| Index: chrome/browser/resources/apps_debugger/pack_item_overlay.html
|
| diff --git a/chrome/browser/resources/apps_debugger/pack_item_overlay.html b/chrome/browser/resources/apps_debugger/pack_item_overlay.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0a727898afd1752466a46618cb51b9a0a01b5a6a
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/apps_debugger/pack_item_overlay.html
|
| @@ -0,0 +1,28 @@
|
| +<div id="packItemOverlay" class="page">
|
| + <h1 i18n-content="packExtensionOverlay"></h1>
|
| + <div id="cbd-content-area" class="content-area">
|
| + <div class="pack-item-heading" i18n-content="packExtensionHeading">
|
| + </div>
|
| + <div class="pack-item-text-boxes">
|
| + <label i18n-content="packExtensionRootDir"></label>
|
| + <input class="pack-item-text-area" id="item-root-dir" type="text">
|
| + <button id="browse-item-dir"
|
| + i18n-content="packExtensionBrowseButton"></button>
|
| + </div>
|
| + <div class="pack-item-text-boxes">
|
| + <label i18n-content="packExtensionPrivateKey"></label>
|
| + <input class="pack-item-text-area" id="item-private-key" type="text">
|
| + <button id="browse-private-key"
|
| + i18n-content="packExtensionBrowseButton"></button>
|
| + </div>
|
| + </div>
|
| + <div class="action-area">
|
| + <div class="action-area-right">
|
| + <div class="button-strip">
|
| + <button id="pack-item-dismiss" i18n-content="cancel"></button>
|
| + <button id="pack-item-commit"
|
| + i18n-content="packExtensionCommit"></button>
|
| + </div>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|