summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/extensions/extension_load_error.html
blob: 9aed931ce17377dd6417d3c32b1b80077ebf74ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<!--
Copyright 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be found
in the LICENSE file.
-->
<div id="extension-load-error" hidden>
  <h2 i18n-content="extensionLoadErrorHeading">Extension Load Error</h2>
  <div id="extension-load-error-message">
    <span i18n-content="extensionLoadErrorMessage"></span>
    <span id="extension-load-error-path"></span>
  </div>
  <span id="extension-load-error-reason"></span>
  <div id="extension-load-error-manifest" class="extension-code"></div>
  <div id="extension-load-error-controls">
    <button id="extension-load-error-retry-button"
            i18n-content="extensionLoadErrorRetry"></button>
    <button id="extension-load-error-give-up-button"
            i18n-content="extensionLoadErrorGiveUp"></button>
  </div>
  <div id="extension-load-error-additional" hidden>
    <span i18n-content="extensionLoadAdditionalFailures"></span>
    <ul></ul>
  </div>
</div>